A Conceptual Introduction to Morphological Parsing
for Stage 1 of the
FieldWorks Language Explorer
H. Andrew Black[*]

12-April-2018

Contents

1 Introduction

Morphology is the study of word forms. Morphological parsers are computational tools that automatically produce a morphological analysis for a given word form. Such tools have proven to be quite useful as spelling checkers, as morphological grammar checkers, in producing interlinear text and in adaptation of a text from one related language to another. This document is designed to help the reader do morphological parsing using the approach allowed by Stage 1 of the FieldWorks Language Explorer parser. We also introduce issues related to the new experimental phonological rule-based parser, where appropriate.

The purpose of this documentation is to provide an introduction to the key concepts and notions in the FieldWorks Language Explorer approach to morphological parsing. It is divided into two main sections: morphotactics and morphophonemics. The first has to do with controlling which morphemes can co-occur with which other morphemes within a well-formed word. The second has to do with controlling the phonological shape of individual morphemes. (There are two other main sections; one deals with some issues related to lexical entries and the other to special considerations related to using compound rules.)

Please note that the mechanisms described here are the ones available for Stage 1, the first, rather simple-minded (linguistically-speaking) instantiation of FieldWorks Language Explorer. Later stages will provide much more power and capabilities.[1] The main reason why we have stages in the FieldWorks Language Explorer development project is to avoid trying to develop tools with all the user interface challenges all in one fell swoop. Doing that would be quite a daunting task and take a long time before any product could be released. Instead, we are staging the development to handle the basic items first. Then we'll add more and more as we go along.

As mentioned above, this document also introduces the new experimental phonological rule-based parser that you can try in addition to the default parser that has been available since day one of FieldWorks Language Explorer. The default parser is still the one that is documented here and is robust as far as we know. The new experimental phonological rule-based parser,[2] on the other hand, has yet to be thoroughly tested. So while our initial testing was encouraging, it may well have bugs and may not work as intended. If you choose to try it (and we would love to have you try it), we suggest you do so either on a copy of your main language project or on a small test language project. Please do report to us anything that you notice about this new parser that may help us make it be more effective. See appendix B for more on this new parser, as well as the subject index.

1.1 Key Issues

We begin by addressing some of the key issues that any general morphological parser must face. Before we can tell the computer what to do, we need to understand what is going on linguistically. What kinds of language phenomena must such a computational tool be able to handle if it will indeed be a general tool?

1.1.1 Inflection

Many, if not most, languages inflect verbs and/or nouns. Consider the nominal Orizaba Nahuatl forms shown in (1) and the verbal ones shown in (2).[3]

(1)
nokal
no-kal
1SgPoss-house
‘my house’
mokal
mo-kal
2SgPoss-house
‘your(sg) house’
ikal
i-kal
3SgPoss-house
‘his/her/its house’
tokal
to-kal
1PlPoss-house
‘our house’
amokal
amo-kal
2PlPoss-house
‘your(pl) house’
inkal
in-kal
3PlPoss-house
‘their house’
 
nokalvan
no-kal-van
1SgPoss-house-PlPoss
‘my houses’
mokalvan
mo-kal-van
2SgPoss-house-PlPoss
‘your(sg) houses’
ikalvan
i-kal-van
3SgPoss-house-PlPoss
‘his/her/its houses’
tokalvan
to-kal-van
1PlPoss-house-PlPoss
‘our houses’
amokalvan
amo-kal-van
2PlPoss-house-PlPoss
‘your(pl) houses’
inkalvan
in-kal-van
3PlPoss-house-PlPoss
‘their houses’
(2)
nimiki
ni-miki
1SgSubj-to.die
‘I die’
timiki
ti-miki
2SgSubj-to.die
‘you(sg) die’
miki
0-miki
3SgSubj-to.die
‘he/she/it dies’
timikih
ti-miki-h
1PlSubj-to.die-ImpfvPl
‘we die’
anmikih
an-miki-h
2PlSubj-to.die-ImpfvPl
‘you(pl) die’
mikih
0-miki-h
3PlSubj-to.die-ImpfvPl
‘they die’

Notice how each possessed noun in (1) has at least a possessor prefix. Certain nouns require this possessor inflection. Similarly the verbs in (2) require subject markers (with the possible exception of 3rd person). A morphological parser must account for such inflectional items.

1.1.2 Derivation

Consider the English forms[4] in (3). What is happening here? How do you get a dumb computer to “understand” these forms correctly?

(3)
a. institute
b. institution
c. institutional
d. institutionalize
e. institutionalization
f. institutionalizational
g. institutionalizationally

In (3a) institute is a verb root (e.g. We need to institute some changes around here.). By adding the suffix ‑ion as in (3b), the word is changed to a noun. The suffix ‑al can be added to a noun stem to change it to an adjective, as in (3c). The suffix ‑ize changes an adjective into a verb (3d). Further category changes occur with the addition of each suffix in (3e-g). From this English example, we have seen that the computer needs to be able to distinguish between roots and suffixes, with each one restricted as to what category it attaches to and what category it changes the stem to. (Note, for example, that the suffix ‑ly cannot be added to either a verb stem or a noun stem: *institutely, *institutionly.)

A Huallaga Quechua example showing similar category changes along with various types of verbal and nominal affixes is given in (4). The verb root meaning ‘to see’ has the imperfective aspect marker added, followed by the first person object marker, yielding ‘to see me.’ The addition of the nominalizer changes the form to a noun meaning ‘seeing me.’ The noun form can now be possessed by the second person possessive marker and then the purpose marker may optionally follow, finally giving ‘in order that you might be seeing me.’[5]

(4)
rikaykaamaanaykipaq
rika-yka:-ma:-na-yki-paq
to.see-Imp-1Obj-Nom-2Pos-Pur
‘in order that you might be seeing me’

A morphological parser must account for such derivational items.

1.1.3 Ambiguity

Ambiguity is also apparent in (3a), since institute can be either a verb, as above, or a noun, as in Australian Institute of Marine and Power Engineers. Note that there are different types of ambiguity in natural language as well. For example, the word bank (among other things) can mean either the side of a river or a building that holds money. With either meaning, bank is a noun.

Now consider the following word:

(5)
a.
cooks
cook-s
person.who.prepares.food-PL
 
b.
cooks
cook-s
to.prepare.food-3SgPres

Note that cooks is ambiguous not only in the root meaning but also as to the suffix: the -s is a nominal plural morpheme in (5a) but a verbal third person singular present tense morpheme in (5b).

A morphological parser must be able to deal with the fact that individual words can legitimately be ambiguous. That is, a morphological parser must be able to discover and report all possible analyses of a word form. In many cases, the ambiguity is eliminated when the word is seen in context, so ideally a morphological parser is used in the context of computational tools that look beyond a single word.

1.1.4 Epenthesis

There are still other types of challenges for morphological parsing. For example, consider the Caquinte word in (6):[6]

(6)
itsavetakohitiro
i-tsave-(t)-ako-hi-(t)-i-ro
3M-tell- -DAT-PAS- -NF-3FO
‘she is told about’

The (t) in two places on the second line (which shows the word broken into morphemes) are not really morphemes at all. Instead, they are epenthetic consonants added to serve as onsets to syllables. Caquinte does not allow vowel clusters nor syllables without onsets (in this part of the verb), so whenever two vowels come together at a morpheme break, an epenthetic t is inserted. A morphological parser needs to be able to correctly account for forms that include epenthetic segments inserted to preserve syllable structure.

1.1.5 Discontinuous Morphemes

Now consider the Caquinte form in (7), which is the same word as in (6), but changed to future tense:

(7)
intsavetakohitero
i-n-tsave-(t)-ako-hi-(t)-e-ro
3M-FUT-tell- -DAT-PAS- -F-3FO
‘she will be told about’

What is the challenge here? The future tense is realized as a discontinuous morpheme: it is composed of the prefix n‑ and the suffix ‑e. The computer must be able to check these noncontiguous parts of the word to correctly analyze the future tense in Caquinte; one part cannot be present without the other.

1.1.6 Infixation

The Tagalog forms (from Spencer (1991:12-13)) in (8) illustrate another challenge:

(8)
a. sulat ‘to write or writing (infinitive form)’
b. sumulat ‘to write (with actor focus)’
c. sinulat ‘to write (with object focus)’

What is happening here? This is a case of infixation, where the root sulat splits into two parts so that one of the focus morphemes, ‑um‑ or ‑in‑, can be inserted. A parser must correctly recognize the root even though it is broken apart by the infix.

1.1.7 Reduplication

Look at the additional Tagalog forms in (9) to determine how the imperfective aspect is marked:

(9)
a. susulat ‘to write (imperfective)’
b. magpasulat ‘to make someone write (perfective)’
c. magpapasulat ‘to make someone write (imperfective)’

We know from (8a) that sulat means ‘to write’. So in (9a) it appears that the imperfective marker is su, but we cannot tell if it is a prefix or an infix without looking at other forms. In example (9b) the causative ‘to make someone’ is the prefix pa‑. The mag‑ is what some call the actor focus or actor voice morpheme. But the imperfective of this causative form is not *sumagpasulat, *magsupasulat, nor *magpasusulat as we would expect from either prefixing or infixing su. Instead, we have magpapasulat in (9c) where it is clear that the marker for imperfective is the extra pa. The correct analysis is therefore that imperfective aspect is marked in Tagalog by reduplicating either the first syllable of the stem or the initial consonant and vowel of the first syllable of the stem.

A morphological parser must be able to recognize reduplication within a word form.

1.1.8 Root and Pattern Morphology

Semitic languages pose a special challenge with their root and pattern morphology. These languages have roots composed of three consonants, as exemplified in the Silt'i data in (10), where ‘buy’ is the root wkb. The aspect markers are composed of vowel patterns that fit between or around the root consonants, such as the a-a vowel pattern indicating the perfective aspect shown in (10). The parser needs to be able to find the root consonants and corresponding vowels of the aspect, even though they are intermingled in the surface form of the word.[7]

(10)
wakaba
a-a-wkb-a
Perf-buy-3rdSgPerf
‘he bought’

1.1.9 Metathesis

Now study the following Caquinte word.

(11)
ihikekehai
i-hi-k-e-kea-hi
3M-to.think.mistakenly-PROG-NF-FOC-NEG
‘he thought mistakenly’

What change takes place at the juncture between the final two morphemes? Notice that where one might expect the sequence keahi, what surfaces is kehai, where the h and a switch positions.[8] Such a transposition of phonemes is called metathesis. Furthermore, notice that the metathesis process in (11) crosses morpheme boundaries.

Such data imply that a morphological parser must be able to correctly identify morphemes even when some segments within the morphemes may have switched positions.

1.1.10 Morphemes that May Be Null

For a final challenge, consider these Caquinte forms (you do not need to understand all the morpheme glosses here; just concentrate on the initial subject prefixes):

(12)
a.
anehero
a-0-neh-e-ro
1I-FUT-see-F-3FO
‘we will see her’
 
b.
okeekake
o-keek-ak-e
3F-dig-PERF-NF
‘she had dug’
 
c.
oasanomahakemparime
0-0-o-(a)-sano-maha-k-e-Npa-ri-me
1I-FUT-eat- -VERI.M-VERI-PROG-F-R-3MO-CNTR
3F-FUT-eat- -VERI.M-VERI-PROG-F-R-3MO-CNTR
‘we/she will not really be eating it’

What is the problem with the subject prefixes? In (12a) we see that the first person inclusive subject marker is a‑, and in (12b) the third person feminine subject marker is o‑. Yet, in (12c), the gloss shows ambiguity between ‘we’ and ‘she’ as the subject, and both of these are represented as null. This is because both subject prefixes are vowels and the stem in (12c) is vowel-initial, yielding two vowels together. Recall from (6) that Caquinte generally does not allow vowel clusters, and therefore adds an epenthetic ‑t‑ when necessary to avoid such clusters. It turns out that epenthesis is only used in the suffixes. Within the prefixes, the initial vowel of a cluster deletes, causing the ambiguity seen in (12c).

This means that a morphological parser must be able to identify a morpheme even when the morpheme has no overt segments.

1.2 Tasks for any Morphological Parser

Given the challenges of morphological parsing exemplified in the preceding section, how can a computer program go about analyzing words into their constituent morphemes? Let's say that the task of a morphological parser is to take a form like itsavetacojitiro from (6) above and

What are some of the things our parser is going to have to know and what are some of the things that it is going to have to do?

Things the parser needs to KNOW:

Things the parser needs to DO:

Clearly, properly using and controlling the constraints is the major task in implementing a parser for a given language. Since a morphological parser must model linguistic reality, it is a good idea to use constraints that model appropriate linguistic notions. Two major concepts for morphology are morphotactics and morphophonemics. Morphotactics deal with what morphemes can co-occur with what other morphemes. Morphophonemics deal with what shape a given morpheme will have in various phonological and morphological environments. The next two major sections outline the constraints available with the Stage 1 FieldWorks Language Explorer parser and how to use them.

2 Morphotactics

Morphotactics has to do with controlling the order of the morphemes in a well-formed word and controlling which morphemes can co-occur with which other morphemes. As examples of the former, one would not expect to find a prefix at the end of a word or a suffix at the beginning of a word. As an example of the latter, while one would expect a tense affix to appear with a verb root in a verbal word, one would not expect a tense affix to show up on a pronoun. The morphotactic mechanisms described in this section delineate what one can do within the FieldWorks Language Explorer model to control such things. The idea is to use the morphotactic mechanisms to correctly describe the facts of the language and thereby not only provide correct parses, but also rule out false parses.

By the way, correctly describing the facts of the language also provides the basis for a grammatical description, something that FieldWorks Language Explorer provides. By making a correct description of the facts we can both generate a description that people can read to learn about the language and we can feed the information to a parser that can put our description to work checking spellings, adapting to other languages, and verifying the fit of our description.

Note that for words which consist solely of a single morpheme, there are no special morphotactic considerations. One merely adds appropriate lexical entries for these and ensures that the morpheme type of the allomorph(s)[10] in the entry is(are) set to a root or stem type.

This section has four major sub-sections. The first deals with handling affixation to stems (section 2.1). The second deals with stem compounding (section 2.2). The third discusses issues related to clitics (section 2.3). The fourth is for those cases where the parser is producing parses that are incorrect, but the Stage 1 mechanisms do not allow any other way to eliminate the false parses (section 2.4).

2.1 Affixation

This section discusses issues relating to adding affixes to stems. Linguists typically divide affixes into two major categories: inflectional and derivational. Therefore, FieldWorks Language Explorer allows you to declare a given affix as being either inflectional or derivational. In the process of analyzing a language, however, sometimes one does not yet know whether a given affix is inflectional or derivational. There are certain affixes which are truly difficult to classify in this fashion. For this reason, FieldWorks Language Explorer also allows you to label a given affix as being unclassified with respect to inflection and derivation. As you study the language more, you should eventually figure out whether such affixes are inflectional or derivational and then you can change their status from being unclassified to the appropriate one.

2.1.1 Unclassified Affixes

You can label an affix as “unclassified” when you do not know if it is derivational or inflectional. Please understand, though, that when you do this, the affix is relatively unconstrained as to where it can appear. As a result, the FieldWorks Language Explorer parser may return a number of incorrect parses for some word forms which happen to contain a sequence of characters that match one or more allomorphs of an unclassified affix. One partial solution to this is to indicate the category of the stem to which the affix may attach. The best solution, of course, is to classify the affix as being either inflectional or derivational[11] so it will only show up where it should. See section 2.1.5 for more on how to determine if an affix is derivational or inflectional.

2.1.2 Inflectional Affixes

Inflectional affixes typically reflect what some call “grammatical meaning.” These are things like person, number, case, gender, tense, aspect, etc. One can also typically create a paradigm of word forms with the various inflectional categories as labels on the chart.[12]

2.1.2.1 Simple Example

For example, consider the information for a possessed noun in Orizaba Nahuatl given in (1) above, but this time displayed in a different fashion:

(13)
house singular possessed noun
1st Person Singular Possessive nokal
2nd Person Singular Possessive mokal
3rd Person Singular Possessive ikal
1st Person Plural Possessive tokal
2nd Person Plural Possessive amokal
3rd Person Plural Possessive inkal

What are the inflectional affixes here? Given that every form has the sequence kal, it appears that there are six possessor prefixes which occur before the noun stem. Similar paradigms for other singular possessed nouns would show the same situation (ignoring any morphophonology). Therefore we could posit that the singular possessed noun has an inflectional template that consists of a possessor prefix followed by the stem. We could diagram this as in (14).

(14)
Possessor Stem
no- ‘1SgPoss’
mo- ‘2SgPoss’
i- ‘3SgPoss’
to- ‘1PlPoss’
amo- ‘2PlPoss’
in- ‘3PlPoss’
 

Now consider the plural possessed noun data from (1) above, but displayed in a similar fashion to (13).

(15)
house plural possessed noun
1st Person Singular Possessive nokalvan
2nd Person Singular Possessive mokalvan
3rd Person Singular Possessive ikalvan
1st Person Plural Possessive tokalvan
2nd Person Plural Possessive amokalvan
3rd Person Plural Possessive inkalvan

What are the inflectional affixes here? Notice that there is the same stem (kal) and the same set of six possessor prefixes as in (13). In addition, there is a plural suffix ‑van. Similar paradigms for other plural possessed nouns would show the same situation (ignoring any morphophonology). Therefore we could posit that the plural possessed noun has an inflectional template that consists of a possessor prefix followed by the stem which, in turn, is followed by a plural suffix. Since plural is an instance of the notion of number, we could diagram this as an inflectional template as shown in (16).

(16)
Possessor Stem Number
no- ‘1SgPoss’
mo- ‘2SgPoss’
i- ‘3SgPoss’
to- ‘1PlPoss’
amo- ‘2PlPoss’
in- ‘3PlPoss’
 
‑van ‘Plural’

Notice what we have described here: for a particular category (possessed noun), we have an inflectional template with one prefix slot (for possessor) and one suffix slot (for number). The possessor slot can be filled by any of the inflectional prefixes listed in (13). The number slot can be filled by the plural suffix.

Be aware that if you define a template that has no slots, then the parser will ignore that template. A template must have slots for the parser to use it. Similarly, if a slot has no affixes in it, that slot will also be ignored.

2.1.2.2 Optional Affix Slots

Now you may well have noticed that there is a potential problem here with the template in (16). If we treat each slot in the template as being obligatory, then the template says we must have a number suffix in order for the template to be satisfied. This means that a possessed singular noun will not meet the requirements of this template because it does not have a suffix in the number slot. It turns out that FieldWorks Language Explorer actually does treat each slot as being obligatory unless it is overtly marked as being optional.

What can we do about this? There are at least three options available within the FieldWorks Language Explorer approach:

  1. Treat the Number slot as being optional so that for the singular case, there would not be any suffix in the Number slot.
  2. Create two distinct templates for the possessed noun category: one for singular and one for plural.
  3. Create a null singular number suffix which could then satisfy the requirement of something being in the Number slot.

Which of these three should we use? Options 1 and 2 will effectively give the same result, although option 1 is definitely simpler. Following the general principle known as Occam's Razor,[13] option 1 is thus better.

Option 3 requires us to posit a null suffix and some argue that if an affix is always null (as it would be here) then what we really have is a default feature: unless there is an overt number suffix, assume that the number is singular. While Stage 1 of FieldWorks Language Explorer does not allow us to mark such default features, later stages of FieldWorks Language Explorer will.

Therefore, from a long term perspective, we recommend following option 1.

This means that to model this inflectional template, we will need to do the following:

(17)
  1. Create or at least make sure we have a possessed noun category.
  2. Create an inflectional template within the possessed noun category.
  3. Give that template one prefix slot (for possessor).
  4. Give that template one suffix slot (for number).
  5. Mark the number suffix slot as optional.
  6. For the possessor prefix slot, put in it the six possessor prefixes listed in the first column of (16). If these possessor prefixes do not already exist, then we need to create the lexical entries and mark them as inflectional.
  7. For the number suffix slot, put the plural suffix in it. If the number suffix does not already exist, then create the lexical entry for it and mark it as inflectional.

Once we have done this, we will have successfully set up the inflectional morphotactics for possessed nominals in Orizaba Nahuatl.

2.1.2.3 Multiple Templates

In the previous section we suggested that using optional affix slots in a template was a good choice for handling Orizaba Nahuatl nominal possession. Since we noted that within the FieldWorks Language Explorer approach, one could add more than one template to a category, one might wonder when it would be appropriate to choose such an option.

Orizaba Nahuatl happens to provide such a case. Consider the information for an intransitive, present tense verb given in (2) above, but this time displayed in a fashion more conducive to our purposes here:

(18)
to.die, present tense 1st Person Subject 2nd Person Subject 3rd Person Subject
Singular nimiki timiki miki
Plural timikih anmikih mikih

What are the inflectional affixes here? At least under one analysis, there are four subject prefixes and a plural suffix. Third person subject is the default or is null. Similarly, singular number is the default or null.

Where do these inflectional affixes appear? Notice that all the subject ones appear just before the stem and that the plural suffix appears right after the stem. Similar paradigms for other intransitive verbs would show the same situation (ignoring any morphophonology). Therefore we could posit that the present tense, intransitive verb has an inflectional template that consists of a subject inflectional affix followed by the stem which is followed by a number inflectional suffix. We could diagram this as in (19).

(19)
Subject Stem Number
ni- ‘1SgSubj’
ti- ‘2SgSubj’
ti- ‘1PlSubj’
an- ‘2PlSubj’
 
-h ‘Pl’

At first glance, this is very much like what we saw for possessed nominals in example (16) above. We might think initially that we can do exactly what we did for possessed nominals and merely mark the Number slot as optional for these intransitive verbs. If we were to do that, however, notice what would happen for a form like timiki which is supposed to only mean ‘you(sg.) die.’ Because the Number slot would be optional, the FieldWorks Language Explorer parser would allow a parse of 1PlSubj-to.die as well (this, of course, is because both 2SgSubj and 1PlSubj have the same shape: ti‑). At this point, we would have nothing to prevent this incorrect parse.[14]

To eliminate this problem (as well as to eliminate the possibility of the parser allowing a parse for an ill-formed word such as *anmiki), we can create two inflectional templates: one for singular and one for plural. The singular one will be like this:

(20)
SgSubject Stem
ni- ‘1SgSubj’
ti- ‘2SgSubj’
 

The plural one will be like this:

(21)
PlSubject Stem Number
ti- ‘1PlSubj’
an- ‘2PlSubj’
 
-h ‘Pl’

Notice how this method places the singular subject markers in the singular template and puts the plural subject markers in the plural template. This way we force the presence of the plural suffix for the plural subject prefixes.

What needs to be done to handle the 3rd person cases? We will need to mark the subject slot as optional in both templates in order to allow for the 3rd person cases.

This means that to model this inflectional template, we will need to do the following:

(22)
  1. Create or at least make sure we have an intransitive verb category.
  2. Create two inflectional templates within the intransitive verb category:
    1. For the singular template:
      1. Give it one prefix slot (for singular subject).
      2. Mark this slot as optional.
      3. Put the 1SgSubj‑ and 2SgSubj‑ prefixes in this slot. If these prefixes do not already exist, create them and mark them as inflectional.
    2. For the plural template:
      1. Give it one prefix slot (for plural subject).
      2. Mark this slot as optional.
      3. Put the 1PlSubj‑ and 2PlSubj‑ prefixes in this slot. If these prefixes do not already exist, create them and mark them as inflectional.
      4. Give it a required suffix slot (for number).
      5. Put the ‑Pl suffix in this slot. If this suffix does not already exist, create it and mark it as inflectional.

2.1.2.4 Discontinuous Morpheme

In section 1.1.5 above, we noted that in Caquinte, the future tense is realized as a discontinuous morpheme: it is composed of the prefix n‑ and the suffix ‑e. We repeat the example here:

(23)
intsavetacojitero (=7)
i-n-tsave-(t)-ako-hi-(t)-e-ro
3M-FUT-tell- -DAT-PAS- -F-3FO
‘she will be told about’

How do we fulfill this requirement that both the future prefix and future suffix appear? One way is to create a future tense inflectional template which has both the prefix and the suffix required. The template might look like this:

(24)
Subject Future Stem Future Object
no- ‘1Subj’
a- ‘1InclSubj’
pi- ‘2Subj’
i- ‘3MascSubj’
o- ‘3FemSubj’
N- ‘FUT’
 
-e ‘F’
-na ‘1Obj’
-ahi ‘1InclObj’
-Npi ‘2Obj’
-ri ‘3MascObj’
-ro ‘3FemObj’

Another possible way to treat discontinuous morphemes when one part appears before the stem and the other appears after the stem is to treat them as a single circumfix entry. See section 4.3.

2.1.2.5 Inflection and Categories Considerations

The categories in FieldWorks Language Explorer are organized in a hierarchical fashion. For example, one can have a major category of verb and then nest other verb types underneath it (e.g. intransitive verb, transitive verb, etc.) One can even nest other types under these if one so wishes (e.g. one might put bitransitive verb under transitive verb.).

The exact hierarchy one uses can make a difference for how the FieldWorks Language Explorer parser handles the inflectional templates and their slots. For templates, when you define an inflectional template for a given category, that template will be tried for any stem of that category or a stem of any of its nested categories. If, for example, you have intransitive verb and transitive verb nested under verb, then any inflectional template you define on verb will also be tried by the FieldWorks Language Explorer parser for any intransitive verb or transitive verb stem. On the other hand, in this scenario, any inflectional template defined under intransitive verb will only be applied to intransitive verb stems and any inflectional template defined under transitive verb will only be applied to transitive verb stems.

Thus, you can capture generalizations about the inflectional templates by placing common inflectional templates higher in the hierarchy.

Inflectional affix slots behave similarly with respect to the hierarchy: when one defines the slots for a given category, those slots may be used in any template for this category and any of its nested categories. For example, if all of your verbs share a common subject slot, then you can define this subject slot at the main verb category. This slot will then be available for any affix templates in all sub-categories of verb.[15]

You may well need to keep this in mind as you design your category hierarchy.

2.1.2.6 Inflection Classes

We now turn to something that is actually about morphophonemics, not morphotactics. We include it here, though, because it relates to inflectional affixes.

Consider the Yalálag Zapotec data given in (25)(26):[16]

(25)
a.
utecho
u-te-cho
Fut-to.pass(trans)-1PlIncl
 
b.
u:ke'nia'cho
u-:ke'nia'-cho
Fut-to.limp(intrans)-1PlIncl
(26)
a.
:techo
:-te-cho
Fut-to.pass(intrans)-1PlIncl
 
b.
:ti:pla':chcho
:-ti:pla':ch-cho
Fut-to.encourage(trans)-1PlIncl

What is the phonological shape of the Future marker? It appears to be u‑ in (25) but the “fortifier” segment/feature :‑ (i.e. a colon) in (26). Notice that there do not appear to be any phonological reasons for the different allomorphs. In fact, the stem has the same phonological shape in (25a) and in (26a).[17] This problem is not isolated to these pairs of forms; it turns out that verb stems in general divide into two groups, those that take the u‑ future and those that take the :‑ future.

How do we handle this kind of allomorphy when the choice of allomorphs is not motivated by the phonological environment but by the choice of the lexical stem? The FieldWorks Language Explorer approach is to use inflection classes. An inflection class is “a set of lexemes whose members each have the same type of inflectional forms” Aronoff (1994:64). They correspond to the traditional idea of declension classes or conjugation classes. For Yalálag Zapotec, we would create two inflection classes at the top-level verb category (so that it applies to verb and all sub-categories of verb; see section 2.1.2.6.2). One class would be for stems that select the u‑ allomorph and the other would be for those that take the “fortifier” :‑ allomorph.

This means that to model these inflection classes, we will need to do the following:

(27)
  1. Create two inflection classes within the verb category.
  2. Create the future inflectional prefix and within it
    1. Create the u‑ allomorph and tag it as belonging to the first inflection class.
    2. Create the “fortifier” :‑ allomorph and tag it as belonging to the second inflection class.
  3. For each verb stem, tag it as belonging to either the first or the second inflection class, whichever is correct for that verb.

Now consider the following Latin data which also illustrates the use of inflection classes.[18]

(28)
Declension Citation Form Gloss Dative Plural
I causa reason caus-is
II annus year ann-is
III civis citizen civ-ibus
IV manus hand man-ibus
V dies day di-ebus

Note that while there are five distinct declensions in Latin, there are only three forms for the dative plural: ‑is, ‑ibus, and ‑ebus. In particular, notice that ‑is is used for both declension class I and II and, similarly, ‑ibus is used for both declension class III and IV. So to model this Latin data in FieldWorks Language Explorer, we will need to do the following:[19]

(29)
  1. Create five inflection classes within the noun category.
  2. Create the dative plural inflectional suffix and within it
    1. Create the ‑is allomorph and tag it as belonging to both the first and second inflection classes.
    2. Create the ‑ibus allomorph and tag it as belonging to both the third and fourth inflection classes.
    3. Create the ‑ebus allomorph and tag it as belonging to the fifth inflection class.
  3. For each noun stem, tag it as belonging to the appropriate inflection class, whichever is correct for that noun.

Note that one can also set the default inflection class to be one of the inflection classes. If you do this, the FieldWorks Language Explorer parser will use this default inflection class for any stem that is not overtly tagged with an inflection class.

In addition, if an affix entry has any inflection classes and at least some of the allomorphs are constrained with environments (as described in section 3.1.3), one should be careful to tag all allomorphs in the entry with the inflection class(es) they go on. Otherwise, some allomorphs without environments may be incorrectly constrained.

2.1.2.6.1 Inflection Subclasses

Now we consider one more situation where inflection classes are appropriate. Like Yalálag Zapotec, Isthmus Zapotec also has verbal inflection classes.[20] There is a distinction, however. First, consider the data in (30)-(33), paying attention to the aspect prefixes.

Habitual aspect:

(30)
a.
rucaa
ru-caa
Hab-to.write
 
b.
riree
ri-ree
Hab-to.leave
 
c.
richesa
ri-chesa
Hab-to.jump
 
d.
rizá
ri-zá
Hab-to.walk

Progressive aspect:

(31)
a.
cucaa
cu-caa
Prog-to.write
 
b.
caree
ca-ree
Prog-to.leave
 
c.
cachesa
ca-chesa
Prog-to.jump
 
d.
cazá
ca-zá
Prog-to.walk

Unreal aspect:

(32)
a.
nucaa
nu-caa
Un-to.write
 
b.
niree
ni-ree
Un-to.leave
 
c.
nichesa
ni-chesa
Un-to.jump
 
d.
nizá
ni-zá
Un-to.walk

Future aspect:

(33)
a.
zucaa
zu-caa
Fut-to.write
 
b.
zaree
za-ree
Fut-to.leave
 
c.
zachesa
za-chesa
Fut-to.jump
 
d.
zazá
za-zá
Fut-to.walk

Notice that based on this data, there are two inflection classes as summarized in (34).[21]

(34)
Aspect Class 1 Class 2
Habitual ru- ri-
Progressive cu- ca-
Unreal nu- ni-
Future zu- za-

Second, when we consider two other aspects, things are not so straightforward. The stems are presented in the same order in (35)-(36) as they were above in (30)-(33):

Completive aspect:

(35)
a.
bicaa
bi-caa
Comp-to.write
 
b.
biree
bi-ree
Comp-to.leave
 
c.
guchesa
gu-chesa
Comp-to.jump
 
d.
guzá
gu-zá
Comp-to.walk

Potential aspect:

(36)
a.
gucaa
gu-caa
Pot-to.write
 
b.
guiree
gui-ree
Pot-to.leave
 
c.
guichesa
gui-chesa
Pot-to.jump
 
d.
sa'
0-sa'
Pot-to.walk

For example, while the habitual prefix in (30b) differs from the one in (30a), they are the same for completive aspect in (35b) and (35a). Further, the potential aspect is quite different in (36d). How can we understand this data?

At least one way to understand this data is to posit two main inflection classes where one of these has three subclasses. We can summarize the affix allomorphy as shown in (37).

(37)
Aspect Class 1 Class 2
Habitual ru- ri-
Progressive cu- ca-
Unreal nu- ni-
Future zu- za-

Completive

bi-
Class2A Class2B Class2C
bi- gu- gu-
gui- gui- 0-
Potential gu-

Finally, there is the Perfect aspect which has the same shape for all verbs as illustrated in (38).[22]

(38)
a.
huacaa
hua-caa
Perf-to.write
 
b.
huaree
hua-ree
Perf-to.leave
 
c.
huachesa
hua-chesa
Perf-to.jump
 
d.
huazá
hua-zá
Hua-to.walk

To model this Isthmus Zapotec data in FieldWorks Language Explorer, we will need to do the following:

(39)
  1. Create two inflection classes within the verb category.
  2. Within the second one, create three subclasses.
  3. For each verb stem, tag it as belonging to the appropriate inflection class or subclass, whichever is correct for that verb.
  4. For the Perfect aspect, merely create the inflectional prefix entry with its single form.
  5. For the Habitual, Progressive, Unreal, and Future aspects, create the inflectional prefix entries, including their two allomorphs.[23]
    1. For the Class 1 allomorph, tag it as belonging to Class 1.
    2. For the Class 2 allomorph, tag it as belonging to Class 2.
  6. For the Completive aspect, create the inflectional prefix entry, including its two allomorphs.[23]
    1. For the bi- allomorph, tag it as belonging to Class 1 and Subclass 2A.
    2. For the gu- allomorph, tag it as belonging to Subclass 2B and 2C.
  7. For the Potential aspect, create the inflectional prefix entry, including its three allomorphs.[23]
    1. For the gu- allomorph, tag it as belonging to Class 1.
    2. For the gui- allomorph, tag it as belonging to Subclass 2A and 2B.
    3. For the null allomorph, tag it as belonging to Subclass 2C.

In general terms, here is how the FieldWorks Language Explorer morphological parser will constrain an inflectional affix allomorph tagged for inflection classes when there are both main level classes and subclasses for at least one main level class:

(40)
  1. If the inflectional affix entry has only one form, then that form will always be used, no matter what inflectional class or subclass the stem is tagged with.
  2. If the inflectional affix entry has at least one allomorph tagged with a subclass:
    1. any allomorph tagged with a subclass will only go on stems which are also tagged with that subclass.
    2. any allomorph tagged with a main level class will only go on stems which are also tagged with that main level class
  3. If the inflectional affix entry has allomorphs tagged only at the main level, then
    1. an allomorph can go on a stem tagged with the same main level inflection class as it is tagged with or
    2. an allomorph can go on a stem tagged with an inflection subclass that is a subclass of the main level inflection class that it is tagged with. This implies that the FieldWorks Language Explorer parser pays attention to the inflection class hierarchy. Even if a stem is tagged with a subclass, the inflectional affix needs to only be tagged at the main level. This is the case even if there are subclasses within subclasses.

Finally, please recall that if an affix entry has any inflection classes and at least some of the allomorphs are constrained with environments, one should be careful to tag all allomorphs in the entry with the inflection class(es) they go on. This may need to include subclasses. Otherwise, some allomorphs without environments may be incorrectly constrained. For example, if the allomorph conditioned with an environment goes on a subclass and an unconditioned allomorph is tagged with a main level inflection class, you will need to change the unconditioned one to go on all subclasses. This is because of condition 2b in (40) above.

2.1.2.6.2 Inflection Classes and Category Organization

As we noted in section 2.1.2.5, the categories in FieldWorks Language Explorer are organized in a hierarchical fashion.

The exact hierarchy one uses can make a difference for how the FieldWorks Language Explorer parser handles inflection classes. When you define an inflection class (or an inflection subclass) at a particular category in the hierarchy, then that class is available to be used for any lexical item associated with that category or any of its nested categories. Thus, you will probably want to define your inflection classes at the highest appropriate level in the hierarchy in order to capture generalizations.

2.1.2.7 Agreement and other Inflection Features

Consider the Spanish noun data given in (41) below:

(41)
a.
casa
kas-a
house-Feminine
 
b.
caso
kas-o
case-Masculine
 
c.
casita
kas-it-a
house-Diminutive-Feminine
 
d.
casito
kas-it-o
case-Diminutive-Masculine

Notice that the main difference between these nouns is the gender agreement suffix. If the ‑a ‘Feminine’ suffix is used, then the cas root means  ‘house’. On the other hand, if the ‑o ‘Masculine’ suffix is used, then the cas root means  ‘case’.

For a human, it is not necessarily difficult to keep these facts straight, but for a morphological parser, we need some way to prevent it from thinking that casa has the masculine root cas that means ‘case’. Similarly we need a way to keep the parser from thinking that caso has the feminine root cas that means ‘house’. That is, we need a way to prevent the parser from giving “analyses” such as the ones shown in (42), where the asterisk (*) indicates that the analysis is incorrect.

(42)
a.
casa
kas-a
*case-Feminine
 
b.
caso
kas-o
*house-Masculine

With the FieldWorks Language Explorer parser we use inflection features to deal with this issue. Inflection features are typically characteristics of a morpheme that play a role in the inflection of a word and/or play a role in the syntax (such as agreement within a noun phrase or agreement between a verbal affix and the noun phrase it agrees with). Note that if you use the Morphological Glossing Assistant tool for glossing inflectional affixes, then FieldWorks Language Explorer will automatically add some inflection features for you.

Coming back to the Spanish data in (41) and (42) above, how exactly does one use inflection features to rule out incorrect parses such as the ones in (42)? The problem here is that there is a mismatch between the gender of the root and the gender of the affix. If we can mark the root for the correct gender and also mark the suffixes for the gender they agree with, then the FieldWorks Language Explorer parser will only produce the correct parses.

Many languages will use one or more of the inflection features listed in the chart shown in (43) below.

(43)
Feature Type Feature Name Sample Values
Agr Person 1st, 2nd, 3rd
Number Singular, Dual, Plural
Gender Masculine, Feminine, Neuter
Class 1, 2, ..., 20 (or by shape or other classification system)
Animacy Animate, Inanimate
Case Nominative, Accusative, Dative, Locative, Genitive, Ergative, Absolutive
Infl Aspect Completive, Continuative, Habitual, Perfective, Progressive, Stative
Tense Past, Present, Future
Mood Declarative, Imperative, Interrogative, Irrealis, Realis

These are just some examples. Your language may use these or may need others. You may want to check with a linguistic consultant who is familiar with your language family for ideas as to which inflection features are appropriate for your language. Or you may just want to add them only when you find a need for them, such as when the FieldWorks Language Explorer parser gives incorrect parses for forms.

The features shown in (43) are all simple features. There are times when a given word could contain more than one such set of simple features. This is where complex features are important. For example, for cases where a noun has noun class, say, and in addition, has a possessive affix which has a different noun class, then we must be careful to avoid the two noun classes from clashing with each other. If we merely use a simple inflection feature of “Class” for both the noun and the possessive affix, then the values will differ and the parser will not analyze the word. Instead, we need to use separate noun agreement and possessor agreement complex features. Within each of these complex features, we use the “Class” feature and its values. In this way, not only does the parser correctly analyze the word (because the two complex features do not clash), it also will have the correct features demarcated for eventual syntactic analysis.

Another possible example for the use of complex features is when a verbal word has both subject and object agreement markers in it. If the person features are different for subject and object, then we need to be sure and use two complex features, one for the subject agreement features and the other for the object agreement features.

The Spanish data illustrates how we can use gender inflection features to rule out incorrect parses when a gender affix shows up incorrectly on a root. Some possible situations where inflection features could play a similar role in ruling out incorrect parses include those shown in (44).

(44)
Situation Possible Inflection Features to use
Gender mismatch between affix and stem Gender agreement features
Noun class mismatch between affix and stem Noun class agreement features
Animacy mismatch between affix and stem Animacy agreement features
Two or more aspect markers showing on a verb, when there should only be one Aspect features
Two or more tense markers showing on a verb, when there should only be one Tense features

How does one create and use an inflection feature in FieldWorks Language Explorer?[24]

(45)
  1. Determine the inflection feature involved, including its type,[25] name, and possible values. (You may need to check with a linguistic consultant on this.)
    1. Try using the Inflection Feature Catalog[26] to see if the feature is already in the catalog. If so, add the feature via the catalog (it's much easier this way).
    2. If the feature is not in the catalog, then
      1. If the feature type does not yet exist, add it to the feature types.
      2. Create the feature and its values in the features section.
  2. For each category which will use the feature,
    1. Add the feature to the category's set of inflectable features.
    2. Make sure that the category has appropriate affix templates (see section 2.1.2). If there are no templates for the category, then the FieldWorks Language Explorer parser will ignore the features.
  3. For each root needing the feature, add the feature and its appropriate value to the stem's grammatical information details.
  4. For each inflectional affix needing the feature, add the feature and its appropriate value to the inflectional affix's grammatical information details. Note that you may need to Show Hidden Fields to see this Inflection Features field.

2.1.2.8 Inflection Classes versus Inflection Features

When modeling a given language, one may well wonder if a given phenomenon should be handled by inflection classes or by inflection features. Here are some guidelines to help one decide:

Look at the various affixes involved.

If they ... then use ...
have no semantic differences (i.e. have the same meaning),
have non-phonologically motivated shape differences,
and are not involved in (syntactic) agreement
inflection class
have semantic differences (i.e. actually have different meaning) inflection features
are involved in (syntactic) agreement inflection features
are really declension classes or conjugation classes inflection classes
are noun classes or gender inflection features

2.1.2.9 Underspecified Inflectional Affixes

In the above, we discussed how one can fully specify inflectional affixes. Sometimes it is the case, though, that you are confident that a particular affix is inflectional, but you just do not yet know the category it goes on. Or it might be the case that you know the category, but you do not yet know what the template looks like so you cannot put it in an inflectional affix slot.

FieldWorks Language Explorer allows you to model what you know. That is, you can still label such an affix as being inflectional, but only partially specify the rest of the information about it. If you know the category, but not the slot, you can say so. Be advised, though, that when you do this, the FieldWorks Language Explorer parser will treat such underspecified inflectional affixes just like it does for “unclassified” affixes (see section 2.1.1).

2.1.3 Derivational Affixes

Derivational affixes typically reflect what some call “lexical meaning.” They go on a stem to produce a new stem. The new stem may then be inflected (if the category of the new stem has inflection). Derivational affixes often change syntactic category. See Bickford (1998:135ff) for more on this.

2.1.3.1 Major Category-changing Derivational Affixes

The English data from example (3) is repeated below with more information:

(46)
Form Derivational Affix Category
institute (none) verb
institution -ion noun
institutional -al adjective
institutionalize -ize verb
institutionalization -ation noun
institutionalizational -al adjective
institutionalizationally -ly adverb

What do we have here? We have five derivational suffixes, each of which changes the major category of the resulting stem. Recall that these suffixes only go on stems of a certain category. For example, the ‑al suffix only goes on noun stems. It does not go on other stems (*institutal, *institutionalal, and *quicklyal). These affixes are summarized in (47) below.

(47)
Form “attaches to category” “changes to category” Gloss
ion verb noun Nominalizer
al noun adjective Adjectivizer
ize adjective verb Verbalizer
ation verb noun Nominalizer2
ly adjective adverb Adverbializer

How do we model these category changing affixes in FieldWorks Language Explorer? We need to do the following:

(48)
  1. Add each affix as a lexical entry and mark it as being derivational.
  2. For the “attaches to category” piece of information, use the category of the stem to which this affix attaches (see section 2.1.3.6 for more on this).
  3. For the “changes to category” piece of information, use the category of the stem that results when this affix is attached (see section 2.1.3.6 for more on this).

2.1.3.2 Sub-category-changing Derivational Affixes

Now consider the pairs of data in (49)-(51) from Turkish:[27], [28]

(49)
a.
Çocuğu yıkadı
Çocuğ-u yıka-dı
child-Acc wash-Past
‘(S)he washed the child’
 
b.
Çocuk yıkandı
Çocuk yıka-n-dı
child wash-Pass-Past
‘The child was washed’
(50)
a.
Bu işi yapmaya başlıyorlar
Bu iş-i yap-ma-ya başl-ıyor-lar
this work-Acc do-Inf-Dat begin-Prog-3pl
‘They are beginning to do this work’
 
b.
Bu yapılmaya başlanıyor
Bu yap-ıl-ma-ya başla-n-ıyor
this work do-Pass-Inf-Dat begin-Pass-Prog
‘This work is beginning to be done’
(51)
a.
O adamlar sigara içiyor
O adam-lar sigara iç-iyor
Those man-Pl cigarette drink-Prog
‘Those men are smoking cigarettes’
 
b.
Sigara içilmez
Sigara iç-il-mez
cigarette(s) drink-Pass-Neg
‘Cigarettes are not smoked here’ (= no smoking)

What is the key difference in each pair? It is the addition of the passive morpheme. Notice how the number of arguments changes from two (subject and object) to one (just subject) with the addition of the passive.

Is passive, then, a category changing derivational affix? While it does not change major category (i.e. it does not change a verb into a noun, say) it does change a transitive verb into an intransitive verb. That is, passive is a case where the sub-category is changed. Many languages have other such sub-category changing derivational affixes such as causatives, applicatives, and transitivizers. As far as FieldWorks Language Explorer is concerned, these are category changing derivational affixes since the result of the derivation produces a different sub-category that potentially requires a different inflectional template to complete the word form.

How do we model these sub-category changing affixes in FieldWorks Language Explorer? We need to do the following:

(52)
  1. Add each affix as a lexical entry and mark it as being derivational.
  2. For the “attaches to category” piece of information, use the (sub-)category of the stem to which this affix attaches (see section 2.1.3.6 for more on this).
  3. For the “changes to category” piece of information, use the (sub-)category of the stem that results when this affix is attached (see section 2.1.3.6 for more on this).

2.1.3.3 Non-category-changing Derivational Affixes

Now consider the following Yalálag Zapotec data:[29]

(53)
a.
:xopcho
:-xop-cho
Fut-to.drag-1PlIncl
 
b.
waxopcho
w-a-xop-cho
Fut-Rep-to.drag-1PlIncl
(54)
a.
uchi:chcho
u-chi:ch-cho
Fut-to.laugh-1PlIncl
 
b.
wachi:chcho
w-a-chi:ch-cho
Fut-Rep-to.laugh-1PlIncl

The addition of the repetitive prefix does not change either the major category or the sub-category of the words in (53)-(54). One might wonder, then, if the repetitive in Yalálag Zapotec is actually an inflectional prefix. The evidence that it is derivational is that it actually changes the inflection class of the resulting stem. As we saw in section 2.1.2.6, Yalálag Zapotec verbs have two inflection classes. In (53a) the stem is inflection class 2 (because it takes the “fortifier” :‑ allomorph of the future prefix). After the a‑ repetitive prefix is added in (53b), the resulting stem uses the inflection class 1 allomorph of future (u/w‑).

How do we model these non-category changing affixes in FieldWorks Language Explorer? We need to do the following:

(55)
  1. Add each affix as a lexical entry and mark it as being derivational.
  2. For the “attaches to category” piece of information, use the category of the stem to which this affix attaches (see section 2.1.3.6 for more on this).
  3. For the “changes to category” piece of information, use the same category as for the “attaches to category”.

Notice that in this case the from‑ and to‑ categories will be the same, but we do need to deal with the change in inflection class. This leads us to the next topic below.

2.1.3.4 Inflection Class and Derivational Affixes

If the language you are studying has inflection classes (see section 2.1.2.6), then what happens when derivational affixes are attached? Does the inflection class of the stem stay the same or does it change?

2.1.3.4.1 Inflection Class May Change

As we saw from the Yalálag Zapotec data in 2.1.3.3, the inflection class can indeed change. How do we model this? In addition to what we've done for the categories, we need to do the following:

(56)
  1. Also indicate the resulting inflection class in the “to inflection class” piece of information in the lexical entry for the appropriate affix.

Note that rarely, if ever, does one need to indicate the “from inflection class” information. We include it in case you do find that you need it.

2.1.3.4.2 Inflection Class Does Not Change

There are cases, though, where a derivational affix is attached and it does not change the inflection class of the resulting stem. For example, consider the following data from Atzingo Popoloca:[30]

(57)
a.
tjanchia
t-janchi-a
Pres-to.ask-1aSgSubjAct
 
b.
tjáncháhā
t-jánchá-h-ā
Pres-to.ask-Apl-1aSgSubjAct
(58)
a.
nínkaon
0-nínkaon
Pres-to.get.angry
 
b.
nínkakonhen
0-nínkakon-hen
Pres-to.get.angry-Apl

The applicative suffix Apl adds an argument to the verb, but it does not change the inflection class of the resulting stem. The root in (57) belongs to inflection class 1 and so takes the t‑ allomorph of the present tense morpheme. Adding the applicative does not change this (57b). Similarly, the root in (58) belongs to inflection class 2 and so takes a null allomorph of the present tense. Once again, adding the applicative does not change the inflection class of the resulting stem (58b).

To model this in FieldWorks Language Explorer, one does the following:

(59)
  1. Merely leave the “to inflection class” information blank in the lexical entry for the appropriate affix.

2.1.3.5 Inflection Features and Derivational Affixes

If the language you are studying has inflection features (see section 2.1.2.7), then what happens when derivational affixes are attached to a stem with, say, agreement features? Or what happens when a derivational affix changes the category of the stem to a category that has agreement features? For example, consider the Spanish data in (60) and (61):[31]

(60)
a.
apretar
apret-ar
to.press-Infinitive
 
b.
apretón
apret-ón
to.press-Nominalizer (= pressure)
(61)
a.
trasquilar
traskil-ar
to.shear-Infinitive
 
b.
trasquilón
traskil-ón
to.shear-Nominalizer (= clipping of wool)

Here we have a verb (e.g. apretar) and a noun derived from that verb (e.g. apretón). Recall from section 2.1.2.7 that Spanish nouns are marked for gender (masculine or feminine). While Spanish verbs are not marked for gender, a noun derived from a verb will have gender. In the case of the ‑ón derivational suffix, the resulting noun has masculine gender. To properly model this, we would need to indicate that the resulting noun has this gender.

How does one mark a derivational affix for inflection features in FieldWorks Language Explorer?

(62)
  1. Determine the inflection feature involved, including its type,[25] name, and possible values (this is repeated from (45)) Note that you may also want to check with a linguistic consultant on this.
    1. Try using the Inflection Feature Catalog[26] to see if the feature is already in the catalog. If so, add the feature via the catalog (it's much easier this way).
    2. If the feature is not in the catalog, then
      1. If the feature type does not yet exist, add it to the feature types.
      2. Create the feature and its values in the features section.
  2. For each category which will use the feature, add the feature to the category's set of inflectable features (if it's not already listed).
  3. For each derivational affix needing a feature:
    1. If the derivational affix requires the stem to have such a feature, add the feature and its appropriate value to the derivational affix “From” features (under grammatical information details; you may need to Show Hidden Fields to see this).
    2. If the stem that results from adding the derivational affix has such a feature, add the feature and its appropriate value to the derivational affix “To” features (under grammatical information details; you may need to Show Hidden Fields to see this).

2.1.3.6 Category-changing Derivational Affixes and Category Organization

As we noted in sections 2.1.2.5 and 2.1.2.6.2, the categories in FieldWorks Language Explorer are organized in a hierarchical fashion.

The exact hierarchy one uses can make a difference for how the FieldWorks Language Explorer parser handles the categories of derivational affixes. When one indicates the “from category”, the FieldWorks Language Explorer parser will allow the derivational affix to apply to stems of this category and any of its nested categories. You may well need to keep this in mind as you design your category hierarchy.

You can use the hierarchy to capture some generalizations. For example, suppose your language has a nominalizing derivational affix that can attach to any verb stem, resulting in a noun stem. Further, suppose that the top-level verb category has two sub-categories: intransitive verb and transitive verb. If you mark the “from category” as being verb, then this affix can attach to a verb stem, an intransitive verb stem, or a transitive verb stem.

Sometimes, however, the hierarchy implies that one will need to have more than one mapping for a given derivational affix. For example, one might need a causative to map as follows if the inflectional templates are different for intransitive verb, transitive verb, and ditransitive verb:

“from category” “to category”
intransitive verb transitive verb
transitive verb ditransitive verb
noun transitive verb

To do this, you need to add a separate mapping for each possible from/to pair. You do that by adding distinct senses and associating each sense with the appropriate mapping.

If a derivational affix only changes meaning (i.e. it does not change the category or the sub-category), then one can use the highest level category for both the “from category” and the “to category”. In this case, the FieldWorks Language Explorer parser will pass on the (sub-)category of the stem to which the derivational affix attaches as the resulting category of the new stem. For example, if one chooses to model an adverbial affix on a verb as being derivational, then if one marks both the “from category” and the “to category” as "verb," then when this affix attaches to an intransitive verb, the resulting stem will still be intransitive. If it attaches to a transitive verb, then the resulting stem will still be transitive.

2.1.3.7 Underspecified Derivational Affixes

In the above, we discussed how one can fully specify derivational affixes. Sometimes it is the case, though, that you are confident that a particular affix is derivational, but you just do not yet know the category it goes on or the resulting category after it attaches. Or it might be the case that you know either the category it attaches to or the category it results in, but not both.

FieldWorks Language Explorer allows you to model what you know. That is, you can still label such an affix as being derivational, but only partially specify the rest of the information about it. If you know the category it attaches to, but not the resulting category, you can say so. If you know the category it results in, but not the category it attaches to, you can say so. Be advised, though, that when you specify the category it attaches to, but not what the resulting category is, the FieldWorks Language Explorer parser will treat such an underspecified derivational affix just like it does an “unclassified” affix (see section 2.1.1). If, on the other hand, you do not say what category it attaches to, but do say what the resulting category is, the FieldWorks Language Explorer parser will treat it as if you had said that the derivational affix can go on every category.

2.1.4 Derivation Outside of Inflection

Derivational affixation tends to be close to the root. Since derivation sometimes changes the category of a stem, this is not surprising. Derivational affixes, then, normally occur inside of inflectional ones.

However, there are cases in some languages where a stem will be inflected, then a category changing derivational affix will be attached and the resulting stem will be inflected.

The Quechua example we saw in (4) is such a case. It is repeated below in (63).[5]

(63)
rikaykaamaanaykipaq (=4)
rika-yka:-ma:-na-yki-paq
to.see-Imp-1Obj-Nom-2Pos-Pur
‘in order that you might be seeing me’

At least under one analysis, the verb root meaning ‘to see’ has the imperfective aspect marker added, followed by the first person object marker, yielding ‘to see me.’ We thus have a verb stem inflected with an aspect and an object marker. To this inflected form, the nominalizer derivational affix is attached, resulting in a noun meaning ‘seeing me.’ The noun form then has the second person possessive marker and the purpose marker added, finally giving ‘in order that you might be seeing me.’ That is, the resulting noun stem is now inflected by a possessive and a (kind of) case marker. We could diagram this process as in (64).

(64)

In (64) the Infl nodes represent inflected forms. Note how the derivational suffix ‑na changes the inflected verb into a noun stem (Stem[n]). This stem is then inflected.

It turns out that while the Infl[n] node is a fully inflected noun, the Infl[v] is actually only a partially inflected verb: It lacks a required subject suffix. That is, a form such as rikaykaamaa with the analysis of to.see‑Imp‑1Obj is ill-formed. Thus, the verbal inflectional template given in (65) is a special kind of template. It does not represent a fully inflected form. Rather, it requires that there be a derivational affix attached outside of the template in order for the word to be well-formed. When you have such templates, you will need to mark them as requiring additional derivation. The default situation is for the FieldWorks Language Explorer to assume that an inflectional template does not require additional derivation outside of the template.

(65)
Stem Aspect Object
     

How does one handle such derivation outside of inflection in FieldWorks Language Explorer? One needs to perform the following steps:

(66)
  1. Add all the inflectional and derivational affix entries.
  2. Create the "inside" inflectional template and mark it specially as a template that requires additional derivation. Please note that this template must have at least one slot that is required. If all of the slots are marked as being optional, the FieldWorks Language Explorer parser will arbitrarily treat them as if they are all required. The reason is that when all slots are optional, the implication is that the template is not needed. It also results in invalid instructions for the parser.
  3. Create the "outside" inflectional template.

2.1.5 Derivation versus Inflection

Determining if a given affix is derivational or inflectional can sometimes be quite a challenge. Arguably, the range from derivational to inflectional is a continuum and there are some affixes which seem to “float” somewhere in the middle. Nonetheless, there are recognized criteria one can use to try and help one figure out which kind a given affix might be. These are not hard and fast rules, however.

Albert Bickford offers the following guidelines in helping one to decide (taken from Bickford 1998:139, including the note on productivity).

(67)
Characteristic Inflectional Derivational
Changes one lexical entry into another no yes
Changes syntactic category no often
Productivity virtually total[32] partial at best
Organized in paradigms yes no
Distance from root farther closer
Type of meaning grammatical usually lexical
Meaning predictable from parts[33] usually yes often not
Relevant to syntax yes no

Tom Payne also has some suggestions about characteristics of derivational affixes. The following quote is taken from T.Payne (1997:42):

According to Bybee (1985) derivational operations tend to be more RELEVANT to the situation expressed in the root than do inflectional operations. Derivational operations consist primarily of the following:
  1. Operations that change the grammatical category of a root, e.g., denominalization (changing a noun into some other category) and nominalization (changing a form of any grammatical category into a noun...).
  2. Operations that change the valence (transitivity) of a verb root, e.g., detransitivization, causativization and desiderative...
  3. Operations which in other ways significantly change the basic concept expressed by the root, e.g., distributive, diminutive...

Characteristics of derivational operations include:

  1. They are 'non-obligatory' insofar as they are employed in order to adjust the basic semantic content of roots and are not themselves determined by some other operation or element in the syntactic structure.
  2. They tend to be idiosyncratic and non-productive.
  3. They tend not to occur in well-defined paradigms.

2.1.6 Exception “Features”

Even when one has correctly classified the affixes in a language as being derivational or inflectional, sometimes a morphological parser will find combinations of stem and affix that are simply incorrect. This may be due to historical or some other seemingly arbitrary reasons.

For example, consider the following Orizaba Nahuatl data:

(68)
nitlakuika
ni-tlakuika
1SgSubj-to.sing
‘I sing’
tlakuikatl
tlakuika-tl
to.sing-Abs
‘song’
kiavi
kiavi
to.rain
‘it rains’
kiavitl
kiavi-tl
to.rain-Abs
‘rain’

Notice that in this data, the “Absolutive” suffix (which normally goes on singular, unpossessed nouns) appears to derive a noun from a verb. When one models this, one may find that other nouns which have the absolutive suffix now analyze as derived nouns. For example, one might get these:

(69)
komitl
kom-itl
jug-Abs
‘jug’
komitl
*kom-i-tl
*jug-to.drink-Abs
 
kakavatl
kakava-tl
peanut-Abs
‘peanut’
kakavatl
*ka-kava-tl
*Redup-to.leave-Abs
 

The FieldWorks Language Explorer parser allows one to rule out such incorrect combinations via what have sometimes been called exception “features.”[34] The basic idea is to tag the affix with an exception “feature.”  The only time the FieldWorks Language Explorer parser will then allow this affix to occur is when the stem to which it attaches also has been tagged with the same exception “feature.” Thus you can restrict the productivity of the affix to only occur on certain stems. Note that this is only possible for affixes which have been fully classified as either being derivational or inflectional. Exception “features” are not available for unclassified affixes.

If a given affix has two or more exception “features,” then the stem to which it attaches must be tagged with all of the exception “features” that the affix has. Note that if an affix does not have any exception “features” but the stem to which it is being attached does have one or more exception “features,”  then the affix will still be allowed to attach (as far as the exception “features” are concerned).

To tag affixes and stems with exception “features,”  do the following:

(70)
  1. If necessary, create the exception “feature.” We recommend you give as meaningful a description as you are able. For example, if you happen to know that there are historical reasons for this situation, then go ahead and say what they are.
  2. Tag the affix with that exception “feature” (in the from exception "feature" field).
  3. For each root or stem to which the affix may attach, tag the root with the exception “feature.

2.2 Stem Compounding

This section relates to the compounding of two or more stems within a single orthographic word.[35]

There are two basic kinds of compounds: headed compounds (section 2.2.1) and non-headed compounds (section 2.2.2). We also discuss issues relating to incorporation (section 2.2.3), issues relating to compounding when stems contain affixes (section 2.2.4), and issues relating to the organization of categories (section 2.2.5).

2.2.1 Headed Compounds

Consider the following Orizaba Nahuatl data:[36]

(71)
adjective noun Compound
tliltik
tlil-tik
black-Adj
kowatl
kowa-tl
snake-Abs
tlilkowatl
tlil-kowa-tl
black-snake-Abs
‘black snake’
weyi
weyi
big
atl
a-tl
water-Abs
weyatl
wey-a-tl
big-water-Abs
‘river’
weyi
weyi
big
ohtli
oh-tli
road-Abs
wéyohtli
wéy-oh-tli
big-road-Abs
‘highway’

What are the categories of the two members of the compound? The left one is an adjective and the right one is a noun. What is the category of the compound? It is a noun. Thus the examples in (71) show an adjective compounding with a noun where the result is the right member of the compound. Thus, we can say that the “head” of the compound is the right member of the compound.

Now consider the following Orizaba Nahuatl data:

(72)
tlaxkálsolli
tlaxkál-sol-li
tortilla-old-Abs
‘tortilla from the day before’
nomahpilweyi
no-mah-pil-weyi
1SgPoss-hand-projection-big
‘my thumb’

In (72) the left member is a noun and the rightmost member is an adjective. Like in (71), the result is a noun. Thus the “head” of the compound is the left member in the cases in (72).

Both of these are instances of headed compounds. Either the left or the right member of the compound is the head of the compound. That is, the category of the resulting compound is the same as either the left or the right member of the compound.

How do we model these kinds of rules for Stage 1 of FieldWorks Language Explorer?

(73)
  1. Create a headed compound rule.
  2. Indicate what the left member's category is.
  3. Indicate what the right member's category is.
  4. Indicate whether the resulting compound is left-headed or right-headed.

2.2.2 Non-headed Compounds

Now consider the following Spanish data:

(74)
Word Meaning Source
paracaidas parachute (masculine; ambiguous for number) from the third person singular present indicative verb para ‘stops’ and the feminine plural noun caidas  ‘falls
sacamuelas dentist (masculine or feminine; singular) from the third person singular present indicative verb saca ‘removes’ and the feminine plural noun muelas  ‘teeth

Which member of the compound is the head? Clearly it is not the left member since the resulting compound in both cases is a noun and the left member is a verb. But is the head really the right member of the compound? While the right member is a noun, this noun is not inflected for the correct gender and/or number. Thus, these examples show the need for the other kind of compound rule: non-headed compounds. In non-headed compounds, the category and/or agreement features of the resulting stem are not merely the same as the head. Instead, the new stem may be something different.

To model this in FieldWorks Language Explorer, we do the following:

(75)
  1. Create a non-headed compound rule.
  2. Indicate what the left member's category is.
  3. Indicate what the right member's category is.
  4. Indicate what the category of the resulting compound is.
  5. If the language you are modeling has inflection classes (see 2.1.2.6) and the resulting category has inflection classes, then also indicate the inflection class of the resulting category.

2.2.3 Incorporation

Some languages allow the incorporation of lexical roots within the stem. The resulting stem may or may not differ from the non-incorporated stem in terms of category and/or features. This means that if the language you are modeling has incorporation, you will need to consider whether to use a headed or a non-headed compound rule for it.

2.2.3.1 Incorporation as a Simple Headed Compound

Consider the following Yalálag Zapotec data:[37]

(76)
a.
sejpe'
s-ej-pe'
S-to.go-3fam
He left.
 
b.
sejtope'
s-ej-to-pe'
S-to.go-rapidly-3fam
He left quickly.
(77)
a.
chpipe'
ch-pip-e'
Pres-to.bite-3resp
He bites.
 
b.
chpip:cha:che'
ch-pip-:cha:ch-e'
Pres-to.bite-repeatedly-3resp
He bites repeatedly.

At least under one analysis, in (76b) the adverb to is incorporated onto the verb ej. In (77b), a different adverb, :cha:ch, is incorporated.

Notice that the resulting stem appears to have all of the characteristics of the verbal stem which is the left member of the compound as indicated by (76a) and (77a). Therefore, this kind of data can be modeled as a left-headed compound rule.

2.2.3.2 Incorporation as a Headed Compound with Override

Now consider the following Orizaba Nahuatl data:[38]

(78)
a.
pahtli
pah-tli
medicine-Abs
‘medicine’
 
b.
niktolova
ni-k-tolova
1SgSubj-3Obj-to.swallow
‘I swallow it’
 
c.
nipahtolova
ni-pah-tolova
1SgSubj-medicine-to.swallow
‘I medicine-swallow’
(79)
a.
nakatl
naka-tl
meat-Abs
‘meat’
 
b.
nikkua
ni-k-kua
1SgSubj-3Obj-to.eat
‘I eat it’
 
c.
ninakakua
ni-naka-kua
1SgSubj-meat-to.eat
‘I meat-eat’

What is happening here? Notice how the nouns in (78a) and (79a) replace the 3Obj marker in (78b) and (79b) to produce the forms in (78c) and (79c). In particular notice that the resulting stem no longer requires a transitive verb inflectional template, but rather an intransitive verb one. We can say that this is because the noun has been incorporated as the object and the result is an intransitive stem. We can model this in FieldWorks Language Explorer as a headed compound, but override the category of the head stem. We could diagram it something like this (where “[vt]” means a transitive verb stem and “[vi]” means an intransitive verb stem):

(80)
becomes

That is, we create a right-headed compound rule and set the “Overriding category” in the rule to be an intransitive verb. The rule will use all the characteristics of the head stem except for the category. It will override the category of the head stem with the specified “Overriding category”.

2.2.4 Affixes Between Roots in Compounds

Consider the Wanca Quechua form given in (81) below:[39]

(81)
wasin-wasin
wasi-n=wasi-n
house-3P=house-3P
‘from house to house’

Here we have a (reduplicated) compound consisting of a root, a suffix, the same root, and the same suffix. This forms a compound as shown in (82):

(82)

In Stage 1 of FieldWorks Language Explorer, we must treat suffixes like ‑n in a special way. Affixes which can appear between roots in compounds we call “interfixes.” In order to tell the Stage 1 FieldWorks Language Explorer parser that a suffix like ‑n can appear in compounds like it does in (81), we must give it a morpheme type of “suffixing interfix”. This tells the Stage 1 FieldWorks Language Explorer parser that this suffix can appear either as a “regular” suffix (merely after a root) or as a suffix before another root in a compound. Note that it is the leftmost instance of ‑n that is crucial here.

There are three varieties of interfixes:

Type Description
infixing interfix An infixing interfix is an infix that can occur between two roots or stems.
prefixing interfix A prefixing interfix is a prefix that can occur between two roots or stems.
suffixing interfix A suffixing interfix is an suffix that can occur between two roots or stems.

If the language you are modeling has these kinds of compounds and you want the parser to analyze them via a compound rule, then you will need to mark any affixes which can appear between roots with these special morpheme types.

2.2.5 Compound Rules and Categories Considerations

As we noted in sections 2.1.2.5, 2.1.2.6.2 and 2.1.3.6 above, the categories in FieldWorks Language Explorer are organized in a hierarchical fashion.

The exact hierarchy one uses can make a difference for how the FieldWorks Language Explorer parser handles the categories in compound rules. When one indicates the information for a left or right member of a compound, FieldWorks Language Explorer will consider stems of this category and any of its nested categories to match. For example, if the main level verb category has two sub-categories of intransitive verb and transitive verb, then if a verb stem, an intransitive verb stem, or a transitive verb stem may be the left member, say, of a compound, you only need to say that the left member must be of category verb. The FieldWorks Language Explorer parser will allow the left member to be a verb stem, an intransitive verb stem, or a transitive verb stem. You can thus capture a generalization.

You may well need to keep this in mind as you design your category hierarchy.

2.3 Clitics

We turn now to consider clitics. Consider the Shipibo data below[40] and notice the ‑ra morpheme. Where does it occur and on what kinds of words does it appear?

(83)
Enra binon beque.
e-n-ra binon be-que
1s-Erg-Ind aguaje to.bring-Cmpl
‘I brought aguajes.’
(84)
Binonra en beque.
binon-ra e-n be-que
aguaje-Ind 1s-Erg to.bring-Cmpl
‘Aguajes I brought.’

In both (83) and (84), the indicative ‑ra morpheme appears at the end of the first word. In (83) it attaches to a subject and in (84) it attaches to the object.

This morpheme can also attach to other categories as the following examples demonstrate:

(85)
Yahuish rabecanra pique.
yahuish rabe-can-ra pi-que
armadillo two-Erg-Ind to.eat-Cmpl
‘The two armadillos have eaten.’
(86)
Nii meranra ea catanhuanque.
nii meran-ra ea ca-tan-huan-que
forest in-Ind 1s to.go-Reg-Past.Today-Cmpl
‘I went into the forest today (and have come back).’
(87)
Caquinra en pique.
ca-quin-ra e-n pi-que
to.go-Siml.T.SS-Ind 1Sg-Erg to.eat-Cmpl
‘When I came, I ate.’
(88)
Ramabira en janquenhati shinanai.
rama-bi-ra e-n janquenha-ti shinan-ai
now-Emph-Ind 1s-Erg to.finish-Inf to.think-Cont
‘Now I'm thinking of finishing it.’

The ‑ra morpheme attaches to an adjective in (85), a postposition in (86), a verb in (87), and an adverb in (88). Notice that it actually appears at the end of the first constituent (a noun phrase in (85) and a postposition phrase in (86)).

Morphemes like this are often analyzed as being clitics. Orthographically, such clitics may be written attached to another word (like in Shipibo) or they may be written independently. In my experience, orthographic conventions vary on this point. If the clitic is written as attached, then it should be classified as a proclitic if it “prefixes” and as an enclitic if it “suffixes.” If the clitic is written as an independent word, then one may classify it as a clitic. Some orthographic conventions are such that what the analyst considers to be a proclitic or enclitic is also written as an independent word. In such cases, one may still give these a morpheme type of proclitic or enclitic. The FieldWorks Language Explorer parser will correctly handle a clitic that is labeled as being either a proclitic or enclitic whether it is written attached or as a separate word.

How do we model such clitics in FieldWorks Language Explorer?

(89)
  1. Create the clitic lexical entry and mark it as being a clitic, proclitic or enclitic as appropriate.
  2. Give it the category that is appropriate for the clitic itself.
  3. If the clitic is written attached and can go on only certain sets of categories, then enter these sets of categories in the “Attaches to Categories” field. As with other items that refer to categories, FieldWorks Language Explorer will allow such clitics to attach to any word whose category or sub-category is in one of the sets listed in this field. That is, the category hierarchy is taken into account. Thus, if the clitic can attach to any kind of verb, you can just list the top verb category and FieldWorks Language Explorer will allow the clitic to attach to any of the sub-categories of verb.
  4. If the clitic is written attached and can go on any category, merely leave the “Attaches to Categories” field blank.

FieldWorks Language Explorer will do the rest: such morphemes will be allowed to appear at the end (for enclitics which attach) or at the beginning (for proclitics which attach) of words. More than one clitic may appear on a single word. There is no ordering restriction between sequences of attached clitics (other than ad hoc rules; see sections 2.4 and 3.10).

A final note: if your orthographic convention permits several clitics to be written together as a single word (where every morpheme in that orthographic word is a clitic of some kind), then only one of the clitics may be marked as clitic. The others must be marked as proclitic or enclitic and these must be in the proper order (proclitics before the clitic and enclitics after the clitic).

2.4 Ad hoc Morpheme-oriented Rules

When one uses a morphological parser, it is not unusual for the parser to sometimes return a parse that is simply incorrect. These are sometimes due to allomorphs matching in places one would not have expected them to match. When one has used all the mechanisms provided by the parser to the best of one's ability and such incorrect parses continue to surface, one may well wish for some kind of mechanism to rule them out. FieldWorks Language Explorer provides “Ad hoc Rules” for such situations. Note that it may well be the case that later stages of FieldWorks Language Explorer will provide more well-motivated means to rule out these infelicitous parses, but for now, these ad hoc solutions may have to do.

2.4.1 Creating Morpheme-oriented Ad hoc Rules

There are two main types of ad hoc rules: morpheme-oriented ones and allomorph-oriented ones. This section deals with morpheme-oriented ones (see section 3.10 for allomorph-oriented ones). The basic idea is to list a key morpheme and then to list one or more other morphemes that cannot co-occur with the key one. One can constrain these other morphemes to never occur in one of the following ways with respect to the key morpheme:

(90)
Manner Meaning
Anywhere The morphemes in question are constrained from appearing anywhere together in the same word.
Somewhere before The key morpheme is constrained from appearing anywhere in the word before the other morphemes.
Somewhere after The key morpheme is constrained from appearing anywhere in the word after the other morphemes.
Adjacent before The key morpheme is constrained from appearing immediately before the other morphemes in the same word.
Adjacent after The key morpheme is constrained from appearing immediately after the other morphemes in the same word.

Note that when there are two or more morphemes listed for “other morphemes,” the rule only applies when all of them co-occur in the same word with the key morpheme. In addition, their relative order is significant. They should be listed in the same linear order they occur in a word.

How does one create a morpheme-oriented ad hoc rule in FieldWorks Language Explorer?

(91)
  1. Determine the morphemes involved.
  2. Determine the most appropriate way to constrain them (see (90)).[41]
  3. Create a morpheme-oriented ad hoc rule.
    1. Indicate the key morpheme involved.
    2. Indicate the way or manner in which to constrain this morpheme (see (90)).
    3. Indicate the non-key morpheme(s) involved.

2.4.2 Grouping Ad hoc Morpheme Rules

Occasionally one finds a situation where a set of ad hoc constraints have a common theme. Perhaps they all relate to a particular morpheme or to particular morphemes of a certain variety. This may be a hint as to what is really happening and may lead you to discover a linguistically-motivated way to model them. Or it could be that the FieldWorks Language Explorer model (or the currently implemented stage of FieldWorks Language Explorer) just does not happen to provide the appropriate linguistic mechanism to model the phenomenon correctly.

Yalálag Zapotec dependent pronominal suffixes exemplify such a situation (see López y Newberg 1990:9). In Yalálag Zapotec, a verb may have both a subject and an object person suffix on it. Being a VSO language, the subject occurs before the object. What is different here is that there is a pronominal hierarchy among these dependent pronominal suffixes. Given the subject suffix, the only dependent object suffixes which may follow are those that are lower down on the person hierarchy. This is illustrated in (92).

(92)
Subject and Object Dependent Suffix Co-occurrence
  OBJECT
1st, 2nd person 3rd respect 3rd familiar 3rd animate 3rd thing
S
U
B
J
E
C
T
1st, 2nd person No YES YES YES YES
3rd respect No No YES YES YES
3rd familiar No No No YES YES
3rd animate No No No No YES
3rd thing No No No No No

How would one model such a hierarchy in FieldWorks Language Explorer? Well, one could create a number of different transitive verb inflectional templates in order to force the hierarchy to come out. But this does not really capture the facts all that well and also complicates and obscures what is common in the transitive verb template. (By the way, neither the subject nor the object is required to be filled by a suffix.) Probably the better approach is to create a morpheme ad hoc rule group and place the set of appropriate ad hoc rules for the hierarchy in that group. This way one can document the fact of the hierarchy and have it all in one place. It also documents the fact that the FieldWorks Language Explorer model does not have an overt mechanism to deal with such a hierarchy.

How does one create such a group?

(93)
  1. Create an ad hoc rule group.
  2. For each ad hoc morpheme rule in the group:
    1. Create the ad hoc morpheme rule (see (91)) and include it in the group.

Finally, note that FieldWorks Language Explorer allows one to group both allomorph and morpheme ad hoc rules together. Please be sure to only do so if these rules truly do have something in common.

3 Morphophonemics

Besides constraining the overall positions where morphemes can occur (i.e. deal with morphotactics), we need to be able to account for the surface forms that the morphemes have and the particular environments where an allomorph is legitimate.

3.1 Overview

Consider the following Orizaba Nahuatl data:

(94)
1st Singular Subject 2nd Singular Subject
ni-miki
1SgSubj-to.die
ti-miki
2SgSubj-to.die
n-ahsi
1SgSubj-to.arrive
t-ahsi
2SgSubj-to.arrive

What are the shapes of the 1SgSubj and the 2SgSubj allomorphs? The first person singular subject marker appears to be ni‑ before consonants and n‑ before vowels. Similarly, the second person singular subject marker alternates between ti‑ and t‑.

How can we encode this information? There are at least two ways to deal with such phonological information:

  1. Give the underlying form along with a set of rules to create the surface forms; or
  2. List the surface allomorphs and condition each one to appear in the appropriate surface environment.

Generative phonology uses the first approach (also known as the item and process approach, Hockett (1954)). For example, given the data in (94), one might consider the underlying forms of the two subject prefixes would be ni and ti, respectively. We would then write a phonological rule to delete the first vowel when it is followed by a second vowel.

Stage 1 of FieldWorks Language Explorer, however, chooses the second approach (also known as the item and arrangement approach, Hockett (1954)). For example, once again considering the data in (94), we would need two forms for each subject prefix entry. We could make the Lexical Form be the longer one (ni and ti, respectively) and have an allomorph for the shorter one (n and t, respectively) that would be conditioned to have an environment saying that it must be followed by a vowel.

Plans for Stages 2 and 3 of FieldWorks Language Explorer include also allowing the first.[42] As noted in section 1, we now also have the new experimental phonological rule-based parser which allows for both item and arrangement and item and process. See appendix B for more.

For Stage 1 of FieldWorks Language Explorer, then, the basic mechanism available is to list surface allomorphs and then have the option to constrain individual surface allomorphs by their environment. To define an environment, one may well want to use natural classes of segments (e.g. consonant, vowels, voiceless stops, nasals, etc.). To define such natural classes, we need to know what the possible segments are.

3.1.1 Phoneme Sets

In order to use environments which refer to phonemes or which have natural classes, you need to create a list of all the phonemes in your language. For each phoneme, you need to indicate one or more representations that represent them. For example, in Greek, the /s/ phoneme has two such representations: ς (which is used word finally) and σ (which is used everywhere else).

In addition to these phonemes, you may also need to refer to word boundaries in an environment. For this reason, Stage 1 of FieldWorks Language Explorer comes with a predefined word boundary marker: the # symbol.

Stage 1 of FieldWorks Language Explorer also comes with a potential set of phonemes already defined. That is, you do not need to start from scratch when building the list of phonemes for your language. However, you may well need to edit the list of phonemes initially included for a new language project. This initial set of phonemes is given in (95) below.

(95)
Name Description Representation
i high front unrounded vowel i
e mid front unrounded vowel e
a low central unrounded vowel a
o mid back rounded vowel o
u high back rounded vowel u
p voiceless bilabial stop p
b voiced bilabial stop b
t voiceless alveolar stop t
d voiced alveolar stop d
k voiceless velar stop k
g voiced velar stop g
f voiceless labiodental fricative f
v voiced labiodental fricative v
s voiceless alveolar fricative s
z voiced alveolar fricative z
x voiceless velar fricative x
m bilabial nasal m
n alveolar nasal n
ŋ velar nasal ŋ
l alveolar lateral l
r alveolar flap r
w labiovelar approximant w
j palatal approximant j

To define the set of phonemes for the language you are modeling, do what is shown in the following:

(96)
  1. Determine the phonemes in your language.
  2. Remove any phonemes in the list given in (95) above that you do not need.
  3. For each phoneme not already in the list given in (95) above,
    1. Create a phoneme entry.
    2. For each symbol or sequence of symbols that represent that phoneme, create a representation (in newer versions these are called graphemes).
  4. For each phoneme in the list given in (95),
    1. Edit the name (or "Refer to as"), description, and representation/grapheme if need be.
    2. Add any new representations/ graphemes needed.

3.1.1.1 Digraphs

If you have orthographic digraphs (or trigraphs) as phonemes, you follow the same basic steps outlined in (96) steps 3 and 4. Merely use the appropriate digraph for the phoneme and also use the digraph as the representation/grapheme. For example, if you have an aspirated voiceless alveolar stop written as th, then use th for the information.

3.1.1.2 Tones

While many languages have tones, not all mark the tone in the practical orthography. If the language you are modeling includes tone symbols marked on vowels as accents, say, then you need to decide which of several ways to go in indicating tone.

3.1.1.2.1 No Forms Conditioned by Tone

This is the simplest case where no forms are ever conditioned by surrounding tone. For example, it is never the case that you have an affix which must be preceded or followed by a high tone (or low tone). Because of this, you never need to write an environment that refers to tone, only to natural classes of segments.

If this is the situation you have, then for each vowel that bears tone, add a distinct representation for how that vowel with tone is written. For example, when the vowel a has high tone, it is written as á, then you need to add á to the list of representations/graphemes for the vowel a.

3.1.1.2.2 Forms Conditioned by Tone

The second situation is more complicated. This is where there are forms in your language that must be conditioned by surrounding tone. For example, there is an affix form which is licit only if it is preceded or followed by a particular tone (high, say). This means that you will need to be able to write an environment that contains all phonemes that bear high tone. To do this, there are two options.

The first option is to have distinct phonemes for each high toned vowel, say. If this is your case, then you need to make distinct phonemes for each vowel that bears different tones. For example, if a low tone a is written as a while a high tone a is written as á, then you will need two phonemes: one for the low toned a and one for the high toned a. You can then create a natural class that contains all high-toned phonemes and write your environment in terms of this natural class.

The second option is to create phonemes that consist merely of the tone diacritic itself. Since FieldWorks Language Explorer always stores its data in “decomposed” form (NFD), any accent marks or other diacritics will be stored after the main symbol. Thus, á is stored as two characters , the /a/ and then the acute accent. Taking advantage of this, you could create a phoneme that is for the acute accent ˊ and call it something like “High tone.” You could then condition the forms to occur only when followed by this acute accent phoneme.

3.1.2 Natural Classes

Once you have the phonemes defined, then you can create natural classes of phonemes. Some common ones include such things as consonants, vowels, voiceless stops, back vowels, etc. To do this in FieldWorks Language Explorer do the following:

(97)
  1. Determine the natural classes you need.
  2. If any of the phonemes in any of these natural classes are not already in your list of phonemes, add them to the list of phonemes. See (96).
  3. Create each one, giving them a name, description, abbreviation and indicating all the phonemes which belong to the class.

We highly recommend that you seek to give unique abbreviations for these. While it is possible to have two or more natural classes with abbreviations spelled exactly the same way, we do not recommend that you do so on purpose. Having two or more natural classes with the same abbreviation will not confuse FieldWorks Language Explorer because FieldWorks Language Explorer uniquely identifies every natural class internally. That does not imply, however, that either you or a reader of your grammar will not be confused as a result.

3.1.3 Allomorph Environments

Once the set of phonemes and natural classes are defined for the language you are modeling, you can define environments for allomorphs. You can add them either in the environment editor or with a given lexeme form or allomorph.

In Stage 1 of FieldWorks Language Explorer, you key these environments using a special notation. This notation is one that is reminiscent of what is used in many generative-style rules. The basic rules of thumb are:

(98)
  1. Begin each environment with the forward slash character /
  2. The location of the allomorph itself is indicated by an underscore character _
  3. Any phonemes or natural classes that must come before the allomorph are typed in before this underscore character. Type them in the order in which they must appear.
  4. Any phonemes or natural classes that must come after the allomorph are typed in after this underscore character. Type them in the order in which they must appear.
  5. Any phoneme is indicated by typing in the representation/grapheme of the phoneme.
  6. Any natural classes are indicated by
    1. typing a left square bracket [,
    2. typing the abbreviation of the natural class,[43] and
    3. then typing a right square bracket ]
  7. Optional phonemes or natural classes are indicated by
    1. typing an opening parenthesis (,
    2. typing the phoneme or natural class as above, and
    3. then typing a closing parenthesis )
    4. Note that one should not nest optional items. The FieldWorks Language Explorer parser will not handle these properly. You must enter each optional item after the other.

Example (99) gives some sample environments along with what they mean.

(99)
Environment     Meaning
/ m _ after an m phoneme
/ [V] _ after a vowel (assuming there is a natural class of vowels called V)
/ # i _ after a word initial i phoneme
/ # [V] _ after a word initial vowel (assuming there is a natural class of vowels called V)
/ [V] y _ after a vowel (assuming there is a natural class of vowels called V) and a y phoneme
/ _ i before an i phoneme
/ _ [C] before a consonant (assuming there is a natural class of consonants called C)
/ _ y # before a y phoneme which is word final
/ _ [C] # before a word final consonant (assuming there is a natural class of consonants called C)
/ m _ w between an m and an w phoneme
/ [C] _ [C] between two consonants (assuming there is a natural class of consonants called C)
/ ai _ after an a and an i phoneme
/ _ ai before an a and an i phoneme
/ _ (a)i before an optional a and an i phoneme; that is, either before ai or before i
/ _ ([C]) # before an optional word final consonant (assuming there is a natural class of consonants called C); that is, either before a word final consonant or word finally

For a similar table for right-to-left scripts, see this endnote.[44]

A given allomorph may have more than one environment, in which case the various environments are logically ORed with each other. That is, if any one of the environments for the allomorph are found, then the allomorph is considered to be valid (as far as its environments are concerned). For example, if a given allomorph can appear either before a consonant or word finally, then you can list both an environment for “before a consonant” and one for “before a word boundary.” Example (100) shows what this might look like, assuming that you have a natural class of consonants with an abbreviation of C.

(100)
  / _ [C]    / _ #  

Finally, if an affix entry has inflection classes as well as at least some allomorphs with environments, you should be careful to tag all allomorphs in the entry with the inflection class(es) they go on. Otherwise, some allomorphs without environments may be incorrectly constrained.

3.1.4 Allomorph Ordering

It is crucial to note that allomorphs are ordered in the sense that their respective environments are disjunctively ordered. For example, for the Nahuatl 1SgSubj allomorphs above in example (94), we could list the two allomorphs in any of the ways shown in (101)-(104).

(101)
Overt 1
ni / _ [C]
n / _ [V]
(102)
Overt 2
n / _ [V]
ni / _ [C]
(103)
Implicit 1
ni / _ [C]
n
(104)
Implicit 2
n / _ [V]
ni

Note in particular that for the two implicit methods, one does not have to overtly state the environment for the last allomorph. This is because each allomorph automatically inherits the negation of the environments of any preceding allomorphs. Thus, for the Implicit 1 method, the n is automatically treated as having an environment of "not before a consonant." Similarly, for the Implicit 2 method, the ni is automatically treated as having an environment of "not before a vowel." For more on this, see section 4.1.2.

3.1.4.1 Free Fluctuation

Sometimes a language has free fluctuation between two allomorphs of a morpheme. In such cases, one should create both allomorphs and condition them exactly the same way (in terms of environments and inflection classes). One should also order them one after the other. The FieldWorks Language Explorer default parser will try both forms in such cases.

3.2 Reduplication

In the next five sections, we will address five issues brought up in section 1.1. First, we deal with reduplication.

3.2.1 Full Reduplication

Consider the following data from Bahasa Indonesia:[45]

(105)
a. pel ‘mop’
b. pel-pel ‘mops’
(106)
a. buku ‘book’
b. buku-buku ‘books’
(107)
a. komik ‘clown’
b. komik-komik ‘clowns’
(108)
a. orang ‘person’
b. orang-orang ‘people’
(109)
a. perpustakaan ‘library’
b. perpustakaan-perpustakaan ‘libraries’

In examples (105)-(109) note that the entire word is reduplicated, no matter what its syllabic shape might be. This is what is often called full reduplication.[46]

In examples like (105)-(109), one cannot tell whether the reduplication morpheme is a prefix or a suffix. However, sometimes a stem will reduplicate and other affixes may be adjoined. For example, consider (110)(111):

(110)
a. tangan ‘hand’
b. tangan-tangannya ‘his hands’
(111)
a. perpustakaan ‘library’
b. perpustakaan-perpustakaannya ‘his libraries’

Notice the ‑nya suffix which comes after the reduplicated stem. The way we are modeling full reduplication in FieldWorks Language Explorer, the root must be at one end and then any affixes (including the reduplication morpheme) must either be all prefixes or be all suffixes.[47] Thus, in modeling examples (110)(111), we would make the reduplication morpheme be a suffix.

3.2.1.1 Writing the Pattern for Full Reduplication (for Stage 1 of FieldWorks Language Explorer)

How do we indicate full reduplication for Stage 1 of FieldWorks Language Explorer? (See B.1.1.1.1 for how to write an affix process for full reduplication using the new experimental phonological rule-based parser.)

(112)
  1. Determine that the reduplication is indeed full reduplication. Note that if both prefixes and suffixes attach to a reduplicated sequence, then you will need to use partial reduplication (see section 3.2.2).
  2. Determine whether the reduplication morpheme is derivational or inflectional.
  3. Determine if the reduplication affix is a prefix or a suffix:
    1. If you do get either prefixes or suffixes (but not both) on a fully reduplicated stem, make the affix type be the same as the additional material. That is, if it can take additional prefixes, make the reduplicant morpheme also be a prefix. If it can take suffixes, make the reduplicant morpheme also be a suffix.
    2. If it is not clear, we suggest making it be a suffix (this will probably be more efficient for the parser).
  4. Create a lexical entry for the reduplication morpheme.
    1. Mark it as derivational or inflectional according to what you determined.
    2. Add a form which contains the special full reduplication sequence indicator: [...] (that's a left square bracket, three periods, and a right square bracket)[48] in the lexeme form or an allomorph form. If there is constant segmental material that precedes or follows the reduplicated material, put that segmental material before or after the full reduplication pattern indicator. For example, for the Bahasa Indonesia data above, we would include a hyphen before the indicator.[49]
    3. Optionally label the morpheme using the Citation Form field (e.g., RDP- or CVC-).

3.2.2 Partial Reduplication

As we saw in the Tagalog data from (9) from section 1.1.7, it is not always the case that the entire stem is reduplicated. The Tagalog data is repeated here.

(113)
a. susulat ‘to write (imperfective)’ (=9)
b. magpasulat ‘to make someone write (perfective)’
c. magpapasulat ‘to make someone write (imperfective)’

Recall that we saw that this is a case where the imperfective aspect is realized by reduplicating the first CV syllable of the stem to which it attaches. (The mag- prefix is what some call actor focus or actor voice.)

Now consider the following Orizaba Nahuatl data:[50]

(114)
a. tone (the sun) shines
b. toh-tone (the sun) burns
(115)
a. chipin-tok it is dripping
b. chih-chipin-tok it is dripping and dripping

What is the reduplication pattern here? It is the initial CV of the stem followed by an h. Thus we see that in this Nahuatl case of reduplication, there is not only the copied material, but also some fixed segmental material.

The kind of reduplication illustrated in (113)-(115) above is often referred to as partial reduplication. How do we model such partial reduplication in Stage 1 of FieldWorks Language Explorer? (See B.1.1.1.2 for how to write an affix process for partial reduplication using the new experimental phonological rule-based parser.)

(116)
  1. Determine whether the reduplication morpheme is derivational or inflectional.
  2. Determine what the reduplication pattern is (see section 3.2.2.1).
  3. Create any needed natural classes of segments that are in the pattern (see section 3.1.2).
  4. Create an environment that has the reduplication pattern either before or after the reduplication morpheme (depending, of course, on whether what is reduplicated comes after or before the “stem”). See section 3.1.3.
  5. Create a lexical entry for the reduplication morpheme.
    1. Mark it as derivational or inflectional according to what you determined.
    2. In lexeme form (or in an allomorph form), type in the reduplication pattern.
    3. Condition that allomorph to use the environment you created above.
    4. Optionally label the morpheme using the Citation Form field (e.g., RDP- or CVC-).

3.2.2.1 Writing the Pattern for Partial Reduplication (for Stage 1 of FieldWorks Language Explorer)

For Stage 1 of FieldWorks Language Explorer, we use a special notation to indicate a partial reduplication pattern.[51] The idea is to list a sequence of specially marked natural class names. The special marking consists of the following:

(117)
  1. [ (i.e. a left square bracket)
  2. the abbreviation of the natural class
  3. ^ (i.e. the caret character - a shift-6 on many keyboards)
  4. a positive integer number (usually 1, 2, or 3) which is an index indicating matching items between the allomorph and the environment
  5. ] (i.e. a right square bracket)

Suppose we have a natural class for consonants with an abbreviation of C and one for vowels abbreviated as V. Then the reduplication patterns for our Tagalog and Orizaba Nahuatl reduplication examples above in (113) and (114)(115) would be as in (118).

(118)
Language Allomorph Environment
Tagalog [C^1][V^1] / _ [C^1][V^1]
Orizaba Nahuatl [C^1][V^1]h / _ [C^1][V^1]

For the Orizaba Nahuatl case, notice the use of the h (the fixed segmental material) in the allomorph pattern. It is not included in the environment pattern for the simple reason that the h does not show up in the environment.

Note that if a language has a CVC reduplication pattern, then one would want to use a pattern of [C^1][V^1][C^2], where the distinct indices on the consonant natural classes makes it clear that they can be different.

3.3 Infixation

We now address another issue from section 1.1: infixation. We repeat here the Tagalog data from example (8) in section 1.1.6.

(119)
a. sulat ‘to write or writing (infinitive form)’ (=8)
b. sumulat ‘to write (with actor focus)’
c. sinulat ‘to write (with object focus)’

Recall that there are two focus morphemes here, ‑um‑ and ‑in‑, both of which are infixes.

How does one create such infixes in Stage 1 of FieldWorks Language Explorer? (See B.1.1.2 for how to write an affix process for infixation using the new experimental phonological rule-based parser.)

(120)
  1. Determine the environment(s) of the infix with respect to the stem in which it infixes (see 3.3.1) below.
  2. Add the environment(s) if needed (and any natural classes, too) in the Grammar area.
  3. Create the lexical entry and its allomorph.
  4. Mark the allomorph as being an infix.
  5. Set the infix position to the environment(s).

Note that infix allomorphs may be conditioned by regular environments just like any other allomorph. See section 3.1.3. With the Stage 1 parser, these environments should be with respect to what the environment is before the infix has been pulled out of the stem.

3.3.1 Writing the Infixation environment (for Stage 1 of FieldWorks Language Explorer)

Infix environments describe the location within the sequence of characters where the infix is to go.[52] For example, in (119), it would be within sulat between the initial s and ulat. The environment would then be / # [C] _ [V] where # indicates the beginning of the sequence within the stem, [C] is the natural class of consonants and [V] is the natural class of vowels. Note that with the infixation environment, the # does not indicate word boundary, but rather the beginning of the stem.

3.3.2 Infixation and Root and Pattern Morphology

In section 1.1.8 we noted the Silt'i data repeated here from (10):[7]

(121)
wakaba (=10)
a-a-wkb-a
PERF-buy-3rdSgPERF
‘he bought’

We noted that such Semitic languages have roots composed of three consonants, as exemplified in the Silt'i data in (121), where ‘buy’ is the root wkb. The aspect markers are composed of vowel patterns that fit between or around the root consonants, such as the a-a vowel pattern indicating the perfective aspect shown in (121).

How does one model this in Stage 1 of FieldWorks Language Explorer? (See B.1.1.2.1 for how to write an affix process for this using the new experimental phonological rule-based parser.)The basic idea is to treat each vowel as an infix.

(122)
  1. One needs to model each vowel as a separate infix. Thus, the perfective aspect has to be treated as two parts: The first ‑a‑ is part one and the second ‑a‑ is part two. The result would then “pull out” the infixes in front of the root. That is, the resulting analysis would look something like what is in (123).
  2. Assuming that perfective aspect is inflectional, then one would build an inflectional template that had both parts as slots in the template. The template might look like the one in (124).
(123)
wakaba
a-a-wkb-a
Perf1-Perf2-buy-3rdSgPerf
(124)
Aspect 1 Aspect 2 Stem Subject
‑Perf1‑
etc.
‑Perf2‑
etc.
 
‑3rdSgPerf
etc.

3.4 Epenthesis

In section 1.1.4 we noted the Caquinte data repeated here from (6).[6]

(125)
itsavetakohitiro (=6)
i-tsave-(t)-ako-hi-(t)-i-ro
3M-tell- -DAT-PAS- -NF-3FO
‘she is told about’

Recall that this is an instance of epenthesis. Many languages have certain syllable well-formedness constraints that require the insertion of either a vowel or a consonant to preserve syllable structure (see Itô 1989 for an interesting discussion). In the data above it is a consonant t.

How can one model such epenthetic segments within Stage 1 of FieldWorks Language Explorer? There are at least two ways:

(126)
  1. The first method is to treat the epenthetic segment as a kind of pseudo morpheme.
  2. The second is to create extra allomorphs containing the epenthetic segment(s) for every morpheme that might possibly be involved with epenthesis and using environments to condition them appropriately.

The advisability of the use of the first method is debatable. If the epenthetic segment is rather common, then one might want to model it as a pseudo-morpheme. Such an approach allows you to use the output of FieldWorks Language Explorer to explore where it occurs and perhaps glean some insights about its true nature. The second approach captures the fact that epenthesis has no meaning whatsoever (as one would expect with a true morpheme) but it misses the generalization that the presence of the segment is due to syllabification considerations (by adding otherwise unnecessary allomorphs to many dictionary entries). Stage 1 of FieldWorks Language Explorer does not model syllables.

3.5 Metathesis

Another morphophonemic issue we noted in section 1.1 was metathesis. We repeat the Caquinte word in (11) given in section 1.1.9.

(127)
ihikekehai (=11)
i-hi-k-e-kea-hi
3M-to.think.mistakenly-PROG-NF-FOC-NEG
‘he thought mistakenly’

Recall that the h and a in the final two morphemes switch positions.

How does one model such metathesis processes in Stage 1 of FieldWorks Language Explorer? Since Stage 1 does not have any way to model processes, one must use allomorphy. For data like that in Caquinte, one would

(128)
  1. In the lexical entry for kea, create an allomorph of keh and condition it to be followed by an a (i.e. write an environment of / _ a).
  2. In the lexical entry for hi, create an allomorph of ai and condition it to be preceded by a h (i.e. write an environment of / h _ ).

3.6 Morphemes that May Be Null

Recall that in section 1.1.10 we noted some other Caquinte data in (12) repeated here (you do not need to understand all the morpheme glosses here; just concentrate on the initial subject prefixes):

(129)
a.
anehero (=12)
a-0-neh-e-ro
1I-FUT-see-F-3FO
‘we will see her’
 
b.
okeekake
o-keek-ak-e
3F-dig-PERF-NF
‘she had dug’
 
c.
oasanomahakemparime
0-0-o-(a)-sano-maha-k-e-Npa-ri-me
1I-FUT-eat- -VERI.M-VERI-PROG-F-R-3MO-CNTR
3F-FUT-eat- -VERI.M-VERI-PROG-F-R-3MO-CNTR
‘we/she will not really be eating it’

What is the issue with the subject prefixes? In (129a) we see that the first person inclusive subject marker is a‑, and in (129b) the third person feminine subject marker is o‑. Yet, in (129c), the gloss shows ambiguity between ‘we’ and ‘she’ as the subject, and both of these are represented as null. This is because both subject prefixes are vowels and the stem in (129c) is vowel-initial, yielding two vowels together. Recall from (125) that Caquinte generally does not allow vowel clusters, and therefore adds an epenthetic ‑t‑ when necessary to avoid such clusters. It turns out that epenthesis is only used in the suffixes. Within the prefixes, the initial vowel of a cluster deletes, causing the ambiguity seen in (129c).

How does one model such allomorphy in Stage 1 of FieldWorks Language Explorer?

(130)
  1. Ensure that you have a natural class for vowels.
  2. Create or check that you have an environment that is before a vowel.
  3. Create the lexical entries for the two prefixes.
  4. In each one, create two forms:
    1. Create one for the null allomorph (see section 4.1.1) and condition it as occurring before a vowel (i.e. use the “before a vowel” environment). This should be in an allomorph form.
    2. Create one for the overt form (a or o) in the lexeme form. It does not need to be conditioned by an environment if it is in the lexeme form because it will be the “elsewhere” allomorph.

3.7 Non-phonologically Conditioned Allomorphy

Sometimes there is unpredictable allomorphy in either stems or in affixes. How does one deal with these? We have already seen how to deal with affix allomorphy determined by inflection classes in section 2.1.2.6. The following two subsections explain how to use morpho-syntactic features to control both stem allomorphy and affix allomorphy.

3.7.1 Stem Allomorphs Conditioned by Morpho-syntactic Features

The next morphophonemic issue we address relates to dealing with various inflectional stems which can appear in word paradigms. For example, consider the following data from Orizaba Nahuatl.[53]

(131)
to.want 1st Person Singular Subject 1st Person Plural Subject
Present tense
nikneki
ni-k-neki
1SgSubj-3Obj-to.want
tiknekih
ti-k-neki-h
1PlSubj-3Obj-to.want-ImpfvPl
Past tense
oniknek
o-ni-k-nek
Past-1SgSubj-3Obj-to.want
otiknekkeh
o-ti-k-nek-keh
Past-1PlSubj-3Obj-to.want-PerfvPl

Notice the shape of the root. It is neki in present tense, but merely nek in the past tense. A more complete look at the rest of the verbal paradigm would show that the shorter nek form also occurs with the pluperfect, the durative, and some special aspectuals. The longer neki form occurs everywhere else in the verbal paradigm.[54]

Further note that this truncation of the final vowel does not appear to be phonologically conditioned. Rather, it is conditioned by the inflectional features of the word itself. If the word is in past tense (or is pluperfect or is durative or has one of the special aspectuals), then the truncated allomorph of the root is used. Otherwise, the longer form of the root is used.

So what we would need is “something” that allows us to define the sets of inflection features that must be present in order for a particular stem allomorph to be licit. We would then associate that particular stem allomorph with that “something” so that we and the parser both know that the allomorph can only occur when one of those feature sets is present. Further, since we are talking about inflection features, this “something” should be associated with the appropriate category which can inflect for the features contained in these sets. In the Nahuatl case, this would be the verb category.

So what is this “something” in FieldWorks Language Explorer? It is what we call Stem Names. Each Stem Name is defined in a particular category. Each Stem Name has one or more sets of inflection features associated with it. Whenever a stem allomorph is tagged with such a Stem Name, then the FieldWorks Language Explorer parser will only allow that allomorph to be valid if one of the sets of inflection features is present.

For example, for the Nahuatl case in (131), we could define a Stem Name of, say, Truncates and then make at least one feature set. But how many feature sets would we need? Remember that the truncated allomorph occurs whenever the word is past tense, pluperfect, durative, or has one of the special aspectuals. Suppose we made one feature set and put all four of these features in it. This would mean that the truncated allomorph would only be valid when the word had all four features. But that never happens because some of these features are mutually exclusive. This means we would need as many feature sets as there are mutually exclusive features. In this Nahuatl case, we would need to give it four feature sets, one each for the past tense, pluperfect, durative, and the special aspectuals. Then in the lexical entry for neki we would add an allomorph of nek and tag it as belonging to the Stem Name Truncates.

In this example, what should we do with the neki allomorph? We have tagged the nek allomorph with the Truncates Stem Name so we do not need to do anything to tag the neki allomorph. The FieldWorks Language Explorer parser will automatically constrain the neki allomorph so that it will not occur with any of the inflection features defined in the Truncates Stem Name. Similarly, if a lexical entry has three allomorphs, two of which need to be tagged with distinct Stem Names, then the third, untagged, one will automatically be constrained to never occur with any of the feature sets defined for the other two Stem Names associated with the other two allomorphs in that entry.

How does one create and use a Stem Name in FieldWorks Language Explorer?

(132)
  1. Unless you have already done so, set up the needed inflection features as follows: (this is repeated from (45)).
    1. Determine the inflection feature involved, including its type,[25] name, and possible values. (You may want to look at (43) or possibly check with a linguistic consultant.)
      1. Try using the Inflection Feature Catalog[26] to see if the feature is already in the catalog. If so, add the feature via the catalog (it's much easier this way).
      2. If the feature is not in the catalog, then
        1. If the feature type does not yet exist, add it to the feature types.
        2. Create the feature and its values in the features section.
    2. For each category which will use the feature, add the feature to the category's set of inflectable features.
    3. For each inflectional affix needing the feature, add the feature and its appropriate value to the inflectional affix's grammatical information details.
  2. Create a Stem Name in the appropriate category (sub-categories will inherit any Stem Names which their parent categories have, so you will probably want to create the Stem Name on the highest level category).
    1. Give the Stem Name a name, abbreviation, and description.
    2. Create the sets of inflection features that are relevant to this Stem Name. That is, create one feature set for each mutually exclusive set of features that go on words in which this allomorph occurs.
  3. Tag all appropriate stem allomorphs with the Stem Name. Note that you may need to Show Hidden Fields to see the Stem Name field. (Remember that you do not need to tag the other allomorphs unless they, too, have a limited set of inflection features. In this latter case, you will need to define yet another Stem Name for them.)
  4. Make sure that you have at least one inflectional template defined for the category (or categories) that use stem names.[55] See section 2.1.2 for more on inflectional templates.

To summarize, one should use Stem Names to control stem allomorphy that is dependent not on phonological issues, but on the presence of certain inflection features. Note that Stem Names can only be used for stem allomorphs (not affix allomorphs).

Finally, note that derivational affixes may also be constrained to only occur with a particular Stem Name.[56]

3.7.2 Affix Allomorphs Conditioned by Morpho-syntactic Features

In section 3.7.1 we discuss how to control stem allomorphy based on sets of morpho-syntactic (inflection) features.[57] This section deals with something similar, but for affixes, not for stems. For example, consider the following data from Axininca Campa.[58]

(133)
a.
itʃʰikana
i-tʃʰik-a-na
3m-cut-nf-1obj
“he cut me”
 
b.
itʃʰikimi
i-tʃʰik-i-mi
3m-cut-nf-2obj
“he cut you”
 
c.
itʃʰikiri
i-tʃʰik-i-ri
3m-cut-nf-3mobj
“he cut him”
 
d.
itʃʰikiro
i-tʃʰik-i-ro
3m-cut-nf-3fobj
“he cut her”
(134)
a.
itʃʰikakina
i-tʃʰik-ak-i-na
3m-cut-prf-nf-1obj
“he has cut me”
 
b.
itʃʰikakimi
i-tʃʰik-ak-i-mi
3m-cut-prf-nf-2obj
“he has cut you”
 
c.
itʃʰikakiri
i-tʃʰik-ak-i-ri
3m-cut-prf-nf-3mobj
“he has cut him”
 
d.
itʃʰikakiro
i-tʃʰik-ak-i-ro
3m-cut-prf-nf-3fobj
“he has cut her”

Notice that in (133), the non-future suffix is ‑i except when it comes before the first person object marker ‑na where the non-future is ‑a (133a). Example (134) shows that when the non-future follows the perfect suffix, it is ‑i even when it comes before the first person object (134a).

How does one model such allomorphy in Stage 1 of FieldWorks Language Explorer? Since only allomorphy is available, one must create allomorphs for both forms of the non-future suffix and condition them to co-occur with the appropriate set of features.[59]

(135)
  1. Add the appropriate inflectional features.
  2. Create the appropriate inflectional template.
  3. Create an entry for each morpheme (assigning the inflectional affixes to the appropriate slots in the template).
  4. Assign the appropriate inflectional features to those affixes which bear them.
  5. For those entries with allomorphy, create the Allomorph Form(s).
  6. For each Allomorph Form,
    1. In the “Required Features” field, set the inflectional features that this allomorph must have in order to be licit.
    2. You can leave the Lexeme Form without any “Required Features” if it is the "elsewhere" case.

For the Axininca Campa data above, the verbal inflection features are for perfect aspect and for first person object agreement. We would need to create the appropriate inflectional suffixes and assign perfect aspect to the perfect ‑ak suffix and first person object agreement to the first person object ‑na suffix. For the non-future suffix, we would make the Lexeme Form be ‑i and we would create an Allomorph Form of ‑a. We would set the “Required Features” field of the ‑a allomorph to be for first person object agreement. One implication of this is that the default form ‑i of the Lexeme Form will automatically be conditioned to not occur when the first person object agreement feature is present. This means that a form like (134a) will fail to analyze correctly. Currently, a way to compensate for this is to add another Allomorph Form for ‑i, setting its “Required Features” field to be for both first person object agreement and perfect aspect.[60]

While this example is for inflectional affixes, Stage 1 of the FieldWorks Language Explorer parser also allows constraining allomorphs of derivational affixes. The process is similar: create the allomorph and constrain it via the “Required Features” field.

3.8 Irregularly Inflected Forms

Next consider the following small set of data for Turka, a language spoken in Burkina Faso.[61]

(136)
a. duu ‘house’
b. don ‘house.PL’
c. fuga ‘field’
d. fugasǝ ‘field.PL’
e. gbaflǝ ‘pot’
f. gbafiɛ ‘pot.PL’
g. kuu ‘idol’
h. kii ‘idol.PL’

Notice that there is not an obvious way that plurals are formed. That is, the plural forms appear to be portmanteau morphemes: a combination of the singular morpheme plus plural.

At least one way to deal with this is to create irregularly inflected form variants for each of the plural forms, tagging them as being the plural variant type, and linking them to their respective singular form. If you make sure that the plural variant type[62] has its “Append to Gloss” field set to ‘.pl’(if you are going to use small caps) or ‘.PL’ (if you are not), then the FieldWorks Language Explorer parser will parse these plural variant forms, using the gloss of the singular form plus what is in the “Append to Gloss” field. When you use this method, the irregularly inflected form must have no sense information or it will not work as intended.

You can also set the “Inflection Features” field of the irregularly inflected variant type to those inflection features borne by the variant. The FieldWorks Language Explorer parser will then prevent parses where the indicated inflection features conflict with similar inflection features of other affixes that have different values.

Suppose, now, that there are some inflectional templates that have required slots and that the irregularly inflected form portmanteau morpheme has in it the information needed to fill one or more of those required slots. What will happen? Since the FieldWorks Language Explorer parser requires these slots to be filled, the parse will fail when it should not.

The solution is to set the “Slots” field of the irregularly inflected variant type to refer to all required slots in templates that it is taking the place of. The FieldWorks Language Explorer parser will then correctly parse such forms.[63] In addition, it will prevent parses where the indicated slots are filled by some other affix.

3.9 Coalescence

Another morphophonemic phenomenon can be illustrated by the following data from Menya. [64]

(137)
a.
mapŋque
ma-p=ŋqä=i
get-23p/irr=goal=ind
‘they're going to get’
 
b.
metuŋque
ma-atu=ŋqä=i
get-1p/irr=goal=ind
‘we're going to get’
(138)
a.
ikäpŋque
ikä-p=ŋqä=i
tour-23p/irr=goal=ind
‘they're going to tour’
 
b.
ikituŋque
ikä-atu=ŋqä=i
tour-1p/irr=goal=ind
‘we're going to tour’

In example (137), the root is ma, but when this vowel-final root is followed by a vowel initial suffix as in (137b), the two vowels coalesce so it surfaces as me. In this case, the coalesced vowel also changes quality. A similar coalescence occurs in (138b) for the vowel-final root ikä.

How does one model such allomorphy in Stage 1 of FieldWorks Language Explorer? Since only allomorphy is available, one must create allomorphs for both the root and the suffixes and condition them to have the correct environments.[65]

(139)
  1. Create an entry for each morpheme.
  2. For those entries with allomorphy, create the Allomrph Forms.
  3. For each Allomorph Form,
    1. Create or check that you have an environment that is correct for the form.
    2. Assign the correct environment for the form.

3.10 Ad hoc Allomorph-oriented Rules

When one uses a morphological parser, it is not unusual for the parser to sometimes return a parse that is simply incorrect. These are sometimes due to allomorphs matching in places one would not have expected them to match. When one has used all the mechanisms provided by the parser to the best of one's ability and such incorrect parses continue to surface, one may well wish for some kind of mechanism to rule them out. FieldWorks Language Explorer provides “Ad hoc Rules” for such situations. Note that it may well be the case that later stages of FieldWorks Language Explorer will provide more well-motivated means to rule out these infelicitous parses, but for now, these ad hoc solutions may have to do.

3.10.1 Creating Ad hoc Allomorph-oriented Rules

There are two main types of ad hoc rules: morpheme-oriented ones and allomorph-oriented ones. This section deals with allomorph-oriented ones (see section 2.4 for morpheme-oriented ones). The basic idea is to list a key allomorph and then to list one or more other allomorphs that cannot co-occur with the key one. One can constrain these other allomorphs to never occur in one of the following ways with respect to the key allomorph:

(140)
Manner Meaning
Anywhere The allomorphs in question are constrained from appearing anywhere together in the same word.
Somewhere before The key allomorph is constrained from appearing anywhere in the word before the other allomorphs.
Somewhere after The key allomorph is constrained from appearing anywhere in the word after the other allomorphs.
Adjacent before The key allomorph is constrained from appearing immediately before the other allomorphs in the same word.
Adjacent after The key allomorph is constrained from appearing immediately after the other allomorphs in the same word.

Note that when there are two or more allomorphs listed for “other allomorphs,” the rule only applies when all of them co-occur in the same word with the key allomorph. In addition, their relative order is significant. They should be listed in the same linear order they occur in a word.

The English plurals in (141) show some cases where we might choose to use an allomorph ad hoc rule for Stage 1 of FieldWorks Language Explorer.[66]

(141)
a. book-s
b. dog-s
c. ox-en

The exceptional case, of course, is the ‑en allomorph (there are other exceptional plurals in English, but this one will do for our example here). Suppose you have these allomorphs in your dictionary and that you also have the noun molt as well as the verb molt in your dictionary. Then the word form molten would be parsed at least two ways as shown in (142).

(142)
a.
molt-en
to.molt-PastParticiple
 
b.
molt-en
molt-Plural

The parse in (142b), of course, is incorrect. To rule out this incorrect parse, one could create an allomorph ad hoc rule for the en allomorph of the plural with the molt allomorph of the noun molt.

How does one create an allomorph-oriented ad hoc rule in FieldWorks Language Explorer?

(143)
  1. Determine the allomorphs involved.
  2. Determine the most appropriate way to constrain them (see (140)).[67]
  3. Create an allomorph-oriented ad hoc rule.
    1. Indicate the key allomorph involved.
    2. Indicate the way or manner in which to constrain this allomorph (see (140)).
    3. Indicate the non-key allomorph(s) involved.

By the way, when you are indicating the allomorph, be sure that the particular allomorph is for the correct morpheme, too. FieldWorks Language Explorer maintains a distinction between identically shaped allomorphs; only those for the particular morpheme will actually be constrained.

3.10.2 Grouping Ad hoc Allomorph Rules

Occasionally one finds a situation where a set of ad hoc constraints have a common theme. Perhaps they all relate to a particular allomorph or to particular allomorphs of a certain variety. This may be a hint as to what is really happening and may lead you to discover a linguistically-motivated way to model them. Or it could be that the FieldWorks Language Explorer model just does not happen to provide the appropriate linguistic mechanism to model the phenomenon correctly.

One can group such ad hoc rules together. How does one create such a group?

(144)
  1. Create an ad hoc rule group.
  2. For each ad hoc allomorph rule in the group:
    1. Create the ad hoc allomorph rule (see (143)) and include it in the group.

Finally, note that FieldWorks Language Explorer allows one to group both allomorph and morpheme ad hoc rules together. Please be sure to only do so if these rules truly do have something in common.

4 Lexical Entry Considerations

This section lists a few items that one should keep in mind while adding lexical entries.

4.1 Allomorphs

There are two things to keep in mind while keying Lexeme Forms and Allomorph Forms.

4.1.1 Null Allomorphs

Generally speaking, one wants to avoid having null allomorphs if for no other reason than that they can make the parser run rather slowly. If having a null allomorph is indeed the best analysis, then please keep the following in mind:

(145)
  1. One indicates a null in the allomorph's form field by typing either ^0 (a caret - shift-6 on many keyboards - followed by the zero character), &0 (an ampersand followed by the zero character), *0 (an asterisk followed by the zero character), or the empty set character (if the font you are using has it).[68] Ideally, we would always just use the empty set character. Unfortunately, many fonts do not happen to include it, so we offer these other ways. Note that if you happen to use an asterisk (or caret or ampersand) as a leading or trailing token for some morpheme type, then there is a potential conflict between indicating the morpheme type and indicating a null. If you discover such a conflict, try using a different alternative for indicating a null (or change the leading or trailing token for the morpheme type).
  2. Attempt to constrain the null with as specific an environment as possible. This is to avoid having it show up in undesired places in incorrect parses.
  3. You may also need to adjust the Parser Parameters to allow for more than one null allomorph per word. That is, determine what the maximum number of null allomorphs a legitimate word could have and set the MaxNulls parameter to that number. Remember, that the lower the number, the faster the parser will run.

4.1.2 Order of Allomorphs within a Lexical Entry

In Stage 1 of FieldWorks Language Explorer, the order of Lexeme Forms and Allomorph Forms is quite significant. Consider the following English data.

(146)
a. pisιz ‘pieces’
b. dagz ‘dogs’
c. kaιts ‘kites’

Under one possible analysis, we can say that the allomorphs for the English plural are:

  1. ιz after strident segments
  2. z after voiced (but non-strident) segments
  3. s elsewhere

If we have a natural class for stridents and one for voiced segments (including stridents) and create two environments (one for “after stridents” and one for “after voiced segments”), then we can order and condition the allomorphs as follows:

  1. ιz to occur after stridents
  2. z to occur after voiced segments
  3. s

Because of the ordering and the fact that the first two are conditioned, the third (elsewhere) case will automatically be constrained to not occur after stridents as well as to not occur after voiced segments. The second allomorph will be conditioned to not only occur after voiced segments, but also to not occur after stridents.

Do you see how it works? For a given Allomorph Form, FieldWorks Language Explorer applies the condition of this Allomorph Form and, at the same time, negates the conditions of all preceding Allomorph Forms. This is why the ordering of allomorphs is crucial.

Having said that, please note that the Lexeme Form field is always automatically ordered last after all of the Allomorph Forms listed in the Allomorphs section of Lexicon Edit.

4.2 Morpheme Types

Morpheme types are things like “root,” “prefix,” “clitic,” etc. Stage 1 of FieldWorks Language Explorer keys on certain ones of these in order to tell the parser how to handle the particular form. The types in the following list are significant to the parser.[69]

One should keep this in mind when applying a type to a form.

In particular, note that if a form is tagged as a particle, then it must stand alone (i.e. it will not be allowed to take affixes or to participate in compounds). Clitics, though, may attach to a morpheme tagged as a particle.

One may also tag a form as a phrase, although there are limitations. The FieldWorks Language Explorer parser treats such phrases like a stem. That is, any derivational or inflectional affixes must attach around the phrase, not within it (unless such an affix is an infix, of course). In particular, the FieldWorks Language Explorer parser cannot handle something like kicked the bucket where the past tense inflection occurs as a suffix on the first word of the phrase.

4.3 Circumfixes

In some languages, there is a special class of affixes. The segmental material represented by these affixes appears at both ends of the stem at the same time. It is as if there are two parts of such an affix: one part is typically a prefix and the other part is a suffix. These are called circumfixes. Consider the following data from Bahasa Indonesia.[70]

(147)
kebangunan
ke-bangun-an
NMLZR-to.wake.up-NMLZR
‘awakening’

The ke‑ prefix and the ‑an suffix act together to form a single morpheme even though they are on opposite ends of the bangun stem. Another way of looking at this is to say that the nominalizer (NMLZR) morpheme is realized by a circumfix whose left member is the ke‑ prefix and whose right member is the ‑an suffix.

How does one create such circumfixes in Stage 1 of FieldWorks Language Explorer?

(148)
  1. Add a new lexical entry for the circumfix.
  2. Indicate the lexeme form in such a way that it is clear that it is a circumfix.
    1. One way is to indicate the prefix portion (with a trailing hyphen), an ellipsis marker (...), and then the suffix portion (with a preceding hyphen).
    2. Another way is to merely separate the prefix and suffix portions by a space (but still using the hyphen to indicate the appropriate type).
  3. Two allomorphs will be created automatically:
    1. One is for the left member (the prefix in our example). Its morpheme type defaults to prefix (if yours is an infix, you will need to change the morpheme type by hand).
    2. The other is for the right member (the suffix in our example). Its morpheme type defaults to suffix (if yours is an infix, you will need to change the morpheme type by hand).
    3. If either of these have allomorphs, key those as well.
    4. Include all environments as appropriate for each member. For example, if a prefix allomorph only occurs before labials, indicate that for that prefix. Remember that the environments for the different members are independent of each other.

Note the following characteristics about circumfix entries created this way:

  1. The only place this entry is marked as being a circumfix is in the morpheme type field of the lexeme form.
  2. There is at least one allomorph for the prefix member.
  3. There is at least one suffix allomorph for the suffix member.

When one keys a circumfix in this manner, the FieldWorks Language Explorer parser will require both the left and right member affixes to appear simultaneously for them to be parsed as an instance of this entry. Circumfixes may be classified as derivational, inflectional, or as unclassified. The FieldWorks Language Explorer parser handles all three varieties correctly.

4.4 Senses/Glosses

While it is possible to have two or more glosses somewhere in your lexicon spelled exactly the same way, we do not recommend that you do so on purpose. Having two or more morphemes with the same gloss will not confuse FieldWorks Language Explorer because FieldWorks Language Explorer uniquely identifies every gloss internally. That does not imply, however, that either you or a reader of your glossed texts will not be confused as a result.

5 Other Considerations

The FieldWorks Language Explorer approach has been purposely designed to allow you to incrementally build up the morphological description piece by piece (with one exception; see 5.1 below). For example, you can add inflectional templates as you discover them. It is not the case that once you start to use inflectional templates, you must define inflectional templates for all categories at once. You can define them one by one if you need to or all at once (if you happen to already know what they are).

5.1 Exceptional Case for Compound Rules

The exception to this general case is compound rules. Once you define your first compound rule, the FieldWorks Language Explorer parser will then only allow compounds for which there are rules. In particular, this means that you may have a number of word forms that will suddenly fail to analyze once you write your first compound rule. To get them to analyze, you will need to define appropriate compound rules for them. We wish we could allow the discovery and development of compound rules to also be incremental, but we have not figured out how to do it.


A. Planned Stages for the Parser

As mentioned in section 1, the main reason why we have stages in the FieldWorks Language Explorer development project is to avoid trying to develop tools with all the user interface challenges all in one fell swoop. Doing that would be quite a daunting task and take a long time before any product could be released. Instead, we are staging the development to handle the basic items first. Then we'll add more and more as we go along.

The basic features of each stage are outlined in the following chart:

Stage Capabilities
Stage 1
Shoebox Legacy Importer
LinguaLinks Legacy Importer
AMPLE Legacy Importer
XAmple as the parsing engine
Morpheme types
Basic Categories (Parts of Speech)
Inflectional templates (categories only)
Derivational affixes (categories only)
Compound rules (categories only)
Inflection classes
Item and arrangement phonology (i.e. no phonological rules)
Allomorph ad hoc constraints
Morpheme ad hoc constraints
Morphology Sketch Generator
A Morphosyntactic Glossing Assistant tool
Simple features (including an editor)
Categories include features
Categories include stem names
Inflectional templates include features
Derivational affixes include features
No performance support documentation
Stage 2 has everything in Stage 1, plus:
XAmple and/or the Xerox parser and/or Hermit Crab as the parsing engine
Compound rules include features
Morpheme ad hoc constraints include features
Phonological rules
Performance support documentation (answers questions like "Why is this word not parsing?" or "How can I keep this incorrect parse from showing up?"
Stage 3 has everything in Stage 1 and Stage 2, plus:
Strata
Full feature structure editor
Categories include strata
Inflectional templates include strata
Derivational affixes include strata
Compound rules include strata
Morpheme ad hoc constraints include strata
A Paradigm tool

Note that while we are including the new experimental phonological rule-based parser with the current release, we are not yet including the other parts of the planned Stage 2.


B. The Experimental Phonological Rule-based Parser

As mentioned in section 1, we are introducing a new experimental phonological rule-based parser. This appendix outlines some of its capabilities in section B.1, gives some tips for making it work in section B.2, and lists some known limitations in section B.3.

B.1 Item and Process

The new experimental phonological rule-based parser offers an item and process approach for both affixation and morphophonemics. That is, one can describe affixes as processes (such as infixation or reduplication)[71] and one can also describe phonological rules. It is also supposed to work with the item and arrangement approach of the default FieldWorks Language Explorer parser. This means that one is supposed to be able to move from an item and arrangement description to an item and process description as one determines what these processes are. We have not thoroughly tested this, yet, however, so you may find some problems.

When you get to the point of trying this new parser and want to use processes, how might you describe such a process? That is, what are the pieces of a process? The approach we take is to think of what the input pattern is and then what the resulting output of the process should be. Therefore, all process rules will have an input pattern component and an output result component.

Further, given the way the new experimental phonological rule-based parser works for both affixes and phonology, one needs to think generatively. For phonological rules, the rules are applied in order from the underlying form to the surface form. For affixation, the word is built from the root out. That is, each affix is attached to what has been built so far during the derivation. Contrast this with how the default FieldWorks Language Explorer parser works: the default parser searches for surface forms from the beginning of the word to the end of the word; that is, it basically looks for prefixes first, then roots, then suffixes.[72]

The rest of this section illustrates these process rules. Examples of how one writes special affix process rules are in section B.1.1 and how one writes phonological rules are in section B.1.2.

B.1.1 Affix process rules

With the new experimental phonological rule-based parser, one can write an affix process rule that describes what the affix does to the material it “attaches” to. Any such affix process rule is entered in the lexical entry for the affix as a special kind of form (e.g. Lexeme Form or Affix Allomorph).[73] As mentioned above, the rule has the general form of a pattern followed by a result. The pattern describes a sequence of items, where each item in the pattern is assigned an index number (starting with 1 for the left-most item). Then the result indicates how the pattern items are to be arranged and/or how new material is to be added. The following sections have examples of such rules.[74]

B.1.1.1 Reduplication as a process

Recall from section 3.2 that there are two kinds of reduplication: full and partial. The new experimental phonological rule-based parser can handle both kinds.

B.1.1.1.1 Full reduplication as a process

Let's begin with full reduplication. Section 3.2.1 had the following data from Bahasa Indonesia (repeated here from (105-109) for your convenience).

(149)
a. pel ‘mop’
b. pel-pel ‘mops’
(150)
a. buku ‘book’
b. buku-buku ‘books’
(151)
a. komik ‘clown’
b. komik-komik ‘clowns’
(152)
a. orang ‘person’
b. orang-orang ‘people’
(153)
a. perpustakaan ‘library’
b. perpustakaan-perpustakaan ‘libraries’

Recall that in this data, the entire stem material is copied, no matter how long it is. In addition, an orthographic hyphen is inserted between the reduplicated material and the original stem.

To handle full reduplication data like this using the new experimental phonological rule-based parser, what do we do? Remember that these processes are described by two parts: a pattern and a result.

So, what is the pattern here for full reduplication? Since it is full reduplication, we want to describe a pattern that is the entire stem. That is, we will want to copy everything in the input.

What would the result look like? The result would be to copy the entire stem, then insert a morpheme boundary symbol, the (orthographic) hyphen, and then another copy of the entire stem. It might look like this:

(154)
Pattern   Result
 X  ⇒   1  - 1
 1 

So in (154), the pattern is quite simple: it is just the stem (indicated in this case by X). The result refers to the index number of the stem material (1), inserts a morpheme boundary symbol (+), the phonological shape of the hyphen (- in this case), and then a copy of the stem (indicated by the index number 1). Note that in order to include the orthographic hyphen in this process rule, we have to define it as a phoneme. See example (191) and endnote [80] for more on this “phoneme;” also see sections B.2.1 and B.2.2.

Like we did in section 3.2.1, we are treating the reduplication affix as a suffix. With the new experimental phonological rule-based parser, we can actually treat it either as a prefix or as a suffix. Either one will work fine. Note that this is different from the default FieldWorks Language Explorer parser where it is important to determine which kind of affix it is.

By the way, if we chose not to use something like an orthographic hyphen to separate the two parts of the full reduplication, the affix process rule would be written like this::

(155)
Pattern   Result
 X  ⇒   1  + 1
 1 

Note how this rule merely says to make a copy of the stem and insert a morpheme boundary between the two copies. Because this rule is a copy of the entire stem, the rule itself does not give any indication of whether the affix is a prefix or a suffix (like the other process rules below do). One implication of this is that you must be sure to set the morpheme type within the lexical entry for a full reduplication affix.

B.1.1.1.2 Partial reduplication as a process

Turning now to partial reduplication, recall the Tagalog data from section 3.2.2. The data in (156) are repeated here from (113) for your convenience.

(156)
a. susulat ‘to write (imperfective)’
b. magpasulat ‘to make someone write (perfective)’
c. magpapasulat ‘to make someone write (imperfective)’

Recall that in this data, the imperfective aspect is realized by reduplicating the first CV syllable of the stem to which it attaches. (The mag- prefix is what some call actor focus or actor voice.)

In order to treat this reduplication as a process using the new experimental phonological rule-based parser, we need to first determine the pattern and the result of the process. What is the pattern? Since what reduplicates is the first consonant and vowel of the stem, we will need to specify the first consonant and also the first vowel. We then can specify “whatever else is left over."

What might the result be? We will need to have a copy of the initial consonant, then a copy of the initial vowel, a morpheme boundary, and then the initial consonant, the initial vowel, and finally, “whatever else is left over." It might look like this:

(157)
Pattern   Result
[C] [V] X ⇒   1 2 + 1 2 3
1 2  3 

Thus, in (157) the pattern has three parts: the initial consonant ([C]), the vowel that follows it ([V]),[75] and “whatever else is left over" (the X). Notice that these each have their respective index number, 1 through 3. The result is to copy the initial consonant (indicated by the first 1), copy the initial vowel (indicated by the first 2), the morpheme boundary (indicated by the +), and then to keep the original stem itself: the initial consonant (indicated by the last 1), the initial vowel (indicated by the last 2), and “whatever else is left over" (indicated by the 3).

Note that in the pattern the “whatever else is left over" (the X) can be empty or have any positive number of segments in it. One thing this implies is that this rule will apply to a simple CV stem. In some languages this may be incorrect. That is, there may be a requirement that the stem be at least CVC or CVV in shape. How could we modify this rule to allow for this extra requirement? One way is to create a natural class that consists of all consonants as well as all vowels. Let's call it [A] (for all segments). Then we could rewrite the above rule as follows:

(158)
Pattern   Result
[C] [V] [A] X ⇒   1 2 3 + 1 2 3 4
1 2 3  4 

Since the pattern now requires a consonant, a vowel, plus one more segment, the rule can only be applied to stems that are at least CVC or CVV in shape.

For another example, consider the Orizaba Nahuatl data in (159-160), repeated from (114-115) (see section 3.2.2).

(159)
a. tone (the sun) shines
b. tohtone (the sun) burns
(160)
a. chipintok it is dripping
b. chihchipintok it is dripping and dripping

Recall that the reduplication pattern here is to copy the first CV of the stem and then append an h. That is, there is copied material plus some fixed material. In order to treat this as a process, we will need to write the pattern. What is it? Well, it is actually just like what we had for Tagalog above in (157): we need to specify the first consonant and the first vowel. These two items are the material that will be copied from the stem. Since every pattern must include it, we also need to then specify “whatever else is left over."

What will the result be? Like with the Tagalog case, we need to copy the initial consonant and copy the initial vowel. This time, however, we need to then insert an h. After this we need the morpheme boundary, then the first consonant, the first vowel, and finally “whatever else is left over." The process rule might look like this:

(161)
Pattern   Result
[C] [V] X ⇒   1 2 h + 1 2 3
1 2  3 

Thus, in (161) the pattern has three parts: the initial consonant ([C]), the vowel that follows it ([V]), and “whatever else is left over" (the X). Notice that these each have their respective index number, 1 through 3. The result is to copy the initial consonant (indicated by the first 1), copy the initial vowel (indicated by the first 2), insert the phoneme h, the morpheme boundary (indicated by the +), and then to keep the original stem itself: the initial consonant (indicated by the last 1), the initial vowel (indicated by the last 2), and “whatever else is left over" (indicated by the 3).

B.1.1.2 Infixation as a process

Now let's consider another kind of affix process for which we can write a process rule: infixation.

Suppose one has an infix -um- that inserts after the first consonant of the stem like we saw above for Tagalog in section 1.1.6 (this is part of (8) repeated here for your convenience):

(162)
a. sulat ‘to write or writing (infinitive form)’
b. sumulat ‘to write (with actor focus)’

Once again, to treat this as a process, we need to identify the pattern and then identify the result. What is the pattern? The pattern begins with the initial consonant and is followed by whatever else the stem might have.

What is the result? The result would be to copy the initial consonant, insert the form of the infix (um), and then copy whatever the rest of the stem was. It might look like this:

(163)
Pattern   Result
[C] X ⇒   1 u m 2
1  2 

So in (163), the pattern consists of the consonant natural class (indicated by [C]) and whatever else is in the stem (indicated by X). The result refers to the index number of the consonant natural class (1), inserts the phonemes of the infix (first u and then m in this case), and then it refers to the rest of the stem (indicated by the index number 2).

Some languages have an infix very much like the -um- of Tagalog, but with another situation to consider. For example, Yu (2007:32) gives the following data from Toba Batak:

(164)
a. b-al-átuk ‘ladder’
b. al-ógo ‘wind’

What is special about the al affix? It infixes after an initial consonant in (164a) whereas it prefixes before an initial vowel in (164b). How can we deal with this case using the new experimental phonological rule-based parser?

First, we can handle the consonant-initial case similarly to what we did for Tagalog. That is, we can write an affix process rule just like this:

(165)
Pattern   Result
[C] X ⇒   1 a l 2
1  2 

This works just like what we had for Tagalog in (163) except that it inserts different segmental material (al instead of um).

But how can we deal with the vowel initial case where the al affix prefixes before the vowel? All we need to do is to add a prefix allomorph to this lexical entry which is conditioned to occur before a vowel.

B.1.1.2.1 Infixation and Root and Pattern Morphology

Yet another way that infixation can be treated as a process was discussed in section 3.3.2. Consider the Silt'i data repeated here for your convenience:

(166)
wakaba (=121)
a-a-wkb-a
PERF-buy-3rdSgPERF
‘he bought’

Recall that such Semitic languages often have roots composed of three consonants, as exemplified in the Silt'i data in (166), where ‘buy’ is the root wkb. The aspect markers are composed of vowel patterns that fit between or around the root consonants, such as the a-a vowel pattern indicating the perfective aspect.

Recall that in order to model this using the default FieldWorks Language Explorer parser, we had to treat each vowel as a distinct infix. So the analysis would look like what is in (167), assuming the inflectional template given in (168).

(167)
wakaba
a-a-wkb-a
Perf1-Perf2-buy-3rdSgPerf
(168)
Aspect 1 Aspect 2 Stem Subject
‑Perf1‑
etc.
‑Perf2‑
etc.
 
‑3rdSgPerf
etc.

What is bothersome about this analysis? It is that what is conceptually one morpheme had to be treated as two morphemes. That is, the -a- -a- perfective aspect morpheme had to be split into two distinct entries.

With the new experimental phonological rule-based parser, however, we can write an infix process rule for the single perfective aspect morpheme and our inflectional template can also include just a single slot for Aspect.

What would the pattern be for this perfective aspect? We would need the three consonants of the root, plus “whatever else.”

What would the result look like? It would be the first consonant, then the first a, the second consonant, the second a, the third consonant, and “whatever else.” So one way to do it would be like this:

(169)
Pattern   Result
[C] [C] [C] X ⇒   1  2 a 3 4
1 2 3  4 

We could also simplify the inflectional template to look like this:

(170)
Aspect Stem Subject
‑Perf‑
etc.
 
‑3rdSgPerf
etc.

B.1.2 Phonological rules

Turning now to phonological processes, this section discusses how to write phonological rules using the new experimental phonological rule-based parser. The basic capabilities of phonological rules are very similar to what are given in the classic generative phonology textbook Kenstowicz and Kisseberth (1979). Since it is not really appropriate to review all of that material here, I will be assuming that you are familiar with the basic concepts. I will primarily illustrate such rules using several examples below.

Note that “regular” phonological rules used in the new experimental phonological rule-based parser follow the classic rule formula that describes the rule as a change from this to that when this occurs after C and before D.

The basic formula is given in (171):

(171)
this → that / C _ D

where each of this, that, C, and D are either natural classes, segments or phonological feature structures. The first two are normally a single natural class, segment or feature structure, whereas the latter two may contain more than one of these in a sequence. The latter two may also be word boundary symbols. Neither C nor D are required. For deletion rules, that  is empty. Similarly, for insertion rules, this  is empty.

Another major characteristic of these rules is that they are ordered. That is, the output of rulei becomes the input to rulei+1.

B.1.2.1 “Regular” phonological rules

This section provides several examples of how one might write non-metathesis or regular phonological rules. Section B.1.2.3 discusses an example of a metathesis rule.

B.1.2.1.1 Epenthesis

One of the issues mentioned in section 1.1.4 was epenthesis. We can handle this as allomorphy (as in section 3.4) or as a phonological rule. One case where a phonological rule is appropriate is in Selaru. Consider the following data:[76]

(172)
a.
roban
r-oban
3p-hit
‘they hit’
 
b.
raknam
r-knam
3p-eat
‘they eat’
 
c.
rba
r-ba
3p-go
‘they go’

Notice that the underlying form of the 3p prefix is r-. Where does the first a come from in (172b), then? Under at least one analysis, we can say that the a is inserted or epenthesized as a default vowel in order to break up an unacceptable consonant cluster. If the a were not there, then the word would begin as rkn which is an invalid sequence of consonants in Selaru. So to make this word legitimate, we can say that there is a phonological rule that inserts the default vowel a after the first of three consecutive consonants. It might be written as

(173)
---> a /
C
___
C C

That is, when there are three consonants in a row, an epenthetic a is inserted between the first two consonants. (I use the empty set symbol here to indicate that this is an insertion process; the user interface of FLEx uses a blank to indicate an insertion site.)

B.1.2.1.2 Glide becomes a vowel

Here is some more data from Selaru. Notice what happens to the underlying glides w and y.

(174)
a.
mwohut
mw-ohut
2s-discern
‘you discern’
 
b.
muknam
mw-knam
2s-eat
‘you eat’
(175)
a.
yoban
y-oban
3s-hit
‘he hit’
 
b.
iknam
y-knam
3s-eat
‘he eats’

These glides will sometimes surface as a vowel and sometimes as a glide. What are the conditioning factors for when they are a vowel and when they are a glide? Under at least one analysis, the glide becomes a vowel when it is followed by a consonant in a following morpheme. We can write a phonological rule to perform this process. It might look like the following:

(176)
[ ? : consonantal ]
---> V / ___
+ C

That is, a glide becomes a vowel when it is followed by a morpheme boundary and another consonant.

In section B.1.2.1.1 there was a rule for epenthesizing an a after the first of three consonants (see (173)). What would happen with (174b) and (175b) if the epenthesis rule applied before the rule in (176)? We would get *mawaknam and *yaknam, respectively. Therefore, we either must be careful to order the rule in (176) before the epenthesis rule or else we need to exclude the glides from the class of consonants.

B.1.2.1.3 Tone Processing

Another potential use of phonological rules is for handling tone changes. Here is one simple illustration.

Consider the following word from Awngi:[77]

(177)
ɨskɨ́ɣwa
ɨsk↗-ɨɣwa
be.there-past.perfective
‘I was there’ or ‘he was there’

The root ɨsk has a final floating high tone (or, if you prefer to think of it in a different way, it causes a following tone to be raised). This is indicated here by the symbol. The suffix then gets the floating high tone (or it has the tone of its initial vowel raised).

How do we handle something like this with the new experimental phonological rule-based parser? One way is to do the following.

(178)
  1. Create a custom tone phonological feature that has three values: high, low, and floating high.
  2. Create distinct phonemes for each low-tone vowel and each high-tone vowel. (I assume Awngi marks high tone vowel with an acute accent and leaves low tone vowels unmarked.)
  3. Give each low tone vowel a tone feature with a value of low.
  4. Give each high tone vowel a tone feature with a value of high.
  5. Also add a phoneme for the floating high tone (the symbol).
  6. For the phoneme, give it a tone feature with a value of floating high.
  7. Write two phonological rules and order them as follows:
    1. Dock the floating high tone.
    2. Delete the floating high tone.

Here is how the docking rule might look:

(179)
+ : syllabic
L : tone
--->
+ : syllabic
H : tone
/
[ : tone ]
[C]
0
___

This rule uses [+:syllabic] to indicate a vowel (or tone bearing unit). It means a low tone vowel becomes a high tone vowel when the low tone vowel is preceded by a floating high tone and where there may be zero or more consonants in between. The use of the subscript 0 and the superscript after the consonant class [C] follows a standard notational device used in these kinds of phonological rules (see Kenstowicz and Kisseberth (1979:64) and Halle & Clements (1983:93)). The subscript indicates the minimum number of occurrences and the superscript indicates the maximum number.[82]

Here is how the deletion rule might look:

(180)
[ : tone ]
---> / ___

That is, delete a floating high tone. (I use the empty set symbol here to indicate deletion; the user interface of FLEx uses a blank to indicate a deleted item.) Normally, deletion rules only apply once. If you find that you need a deletion rule to apply more than once, you will need to set the DelReapps Parser Parameter to more than zero. You will want to make this parameter be small or else the parser will run very slowly.

Note that it is crucial for the docking rule to be ordered before the deletion rule. If we ordered them the other way around, then the docking rule would never apply because the floating high tone would have already been deleted.

B.1.2.1.4 Nasal Assimilation

Now let's look at some Bahasa Indonesia data for one of its “voice” or “focus” morphemes.[78]

Consider the following forms, where the first line is the orthographic form and the second line is the underlying form.

(181)
a.
membantu
məⁿ-bantu
AV-help
 
b.
mendengar
məⁿ-deŋar
AV-hear
 
c.
menggambar
məⁿ-gambar
AV-draw.a.picture

What is the shape of the Actor Voice prefix? It appears that the final nasal assimilates to the point of articulation of the following voiced stop. We could write a rule for this as follows:

(182)
 Nasal Assimilation

--->
+ : nasal
α : Place
/ [V] ___
+
α : Place
- : sonorant

That is, a nasal unspecified for place of articulation will assimilate to the place of articulation of a following obstruent (when the nasal follows a vowel).[79]

The rule in (182) exemplifies a process that happens in a number of languages.

B.1.2.1.4.1 Unspecified Nasal in Bahasa Indonesia

The situation in Bahasa Indonesia, however, is actually much more complicated. For example, consider what happens with alveo-palatal affricates:

(183)
a.
menjahit
məⁿ-dʒahit
AV-sew
 
b.
mencatat
məⁿ-tʃatat
AV-write

Notice that while one might expect a palatal nasal ɲ here, at least orthographically an alveolar n is used. There are some other possibly orthographic conventions that appear to apply as well. Notice how things are written for a voiceless palatal fricative and a voiceless glottal fricative:

(184)
a.
mensyaratkan
məⁿ-ʃarat-kan
AV-condition-CAUS
 
b.
menghitung
məⁿ-hituŋ
AV-count

The palatal fricative uses the alveolar nasal n where the glottal fricative uses the velar nasal ŋ. That the glottal fricative takes the back-most nasal should not be surprising. There is no such thing as a glottal nasal, of course. It is surprising, however, that the palatal fricative does not use a palatal nasal when the orthography does have one (ny).

We are not done with the interesting things that happen here. Consider what happens when a stem begins with a vowel:

(185)
a.
mengambil
məⁿ-ambil
AV-take
 
b.
mengerang
məⁿ-eraŋ
AV-groan
 
c.
mengisi
məⁿ-isi
AV-fill.up
 
d.
mengolah
məⁿ-olah
AV-process
 
e.
mengundang
məⁿ-undaŋ
AV-invite

Notice how vowel-initial stems all take the velar nasal ng. There is more. Consider the data below:

(186)
a.
melempar
məⁿ-lempar
AV-throw
 
b.
menikah
məⁿ-nikah
AV-marry
 
c.
mengaco
məⁿ-ŋatʃo
AV-chat
 
d.
menyanyi
məⁿ-ɲaɲi
AV-sing
 
e.
merasa
məⁿ-rasa
AV-feel
 
f.
mewakili
məⁿ-wakil-i
AV-proxy-APPL
 
g.
meyakini
məⁿ-yakin-i
AV-certain-CAUSi

Notice how the məⁿ- prefix surfaces as just me. What is common among the initial segments of all the stems in (186)? These are all sonorant consonants, so it appears that this affix loses its final nasal when it is followed by a sonorant consonant.

There is even more. Look at the following data:

(187)
a.
memukul
məⁿ-pukul
AV-hit
 
b.
menulis
məⁿ-tulis
AV-write
 
c.
mengirim
məⁿ-kirim
AV-send

What is unusual here? Notice that while the unspecified nasal assimilates to the point of articulation of the following voiceless stop in (187a)-(187c), that stop does not surface. So we might suppose that the nasal assimilates and then the voiceless stop deletes. What happens with other voiceless obstruents? Look at the following to see:

(188)
a.
memfitnah
məⁿ-fitnah
AV-slander
 
b.
mengkhawatirkan
məⁿ-xawatir-kan
AV-worry-CAUS
 
c.
menyewa
məⁿ-sewa
AV-lease
 
d.
mensyaratkan (=184a)
məⁿ-ʃarat-kan
AV-condition-CAUS
 
e.
menziarahi
məⁿ-ziarah-i
AV-make.a.pilgrimage-LOC
 
f.
menghitung (=184b)
məⁿ-hituŋ
AV-count

Notice that there is only one fricative that deletes: s. None of the other fricatives delete, even the voiceless ones like f, sy, and h. Further, s not only deletes, the nasal that is written in the practical orthography is palatal ny instead of the expected n.

To summarize, this is what we have seen:

(189)
  1. The unspecified nasal becomes ng before a vowel.
  2. The unspecified nasal deletes before a sonorant consonant.
  3. The unspecified nasal assimilates to the point of articulation of a following obstruent with the following exceptions:
    1. h takes ng.
    2. s takes ny.
    3. sy takes n.
  4. The following phonemes assimilate and then delete: p, t, k, and s.

How might we deal with such an intricate combination of arguably unexpected factors and successfully implement them in FieldWorks Language Explorer using the new experimental phonological rule-based parser? Here is one possible way:

(190)
  1. Create the phonological features to use.
  2. Make sure every phoneme is defined.
  3. Assign these features to each phoneme.
  4. Write a number of ordered phonological rules to deal with each case.

How might we do the first step? Given that there appear to be some orthographic conventions employed in the practical orthography, one way to deal with some of the unusual assimilations is to create a special “orthographic place” feature and assign the phonemes to use the place involved in the practical orthography.

In addition, there is the problem with the segments that delete as illustrated above in (187) and (188c). To my knowledge, there is no true natural set of features that can encompass p, t, k, and s without also including some of the other voiceless fricatives. So one way to deal with this is to create a custom feature where p, t, k, and s have the + value and all other segments have the - value.

The phoneme-feature matrix shown in (191) illustrates one way that the first three steps of (190) could be done (see the OrthPlace feature for the assimilation place and the custom NO→N feature for the four segments which delete).[80]

(191)
  approx back cons cont dr high lat low nas NO→N OrthPlace son syl voice
- + + + - - - - - - -   - - -
a + - - + + - - + - -   + + +
b -   + - -   -   - - labial - - +
c - - + - + + - - - - alveolar - - -
d -   + - -   -   - - alveolar - - +
e + - - + - - - - - -   + + +
f -   + + -   -   - - labial - - -
g - + + - - + - - - - velar - - +
h - + + + - - - - - - velar - - -
i + - - + - + - - - -   + + +
j - - + + + + - - - - alveolar - - +
k - + + - - + - - - + velar - - -
kh - + + + - + - - - - velar - - -
l +   + + -   +   - - alveolar + - +
m -   + - -   -   + - labial + - +
n -   + - -   -   + - alveolar + - +
-   + - -   -   + - ? + - +
ng -   + - -   -   + - velar + - +
ny -   + - -   -   + - palatal + - +
o + + - + - - - - - -   + + +
p -   + - -   -   - + labial - - -
r +   + + -   -   - - alveolar + - +
s -   + + -   -   - + palatal - - -
sy -   + + -   -   - - alveolar - - -
t -   + - -   -   - + alveolar - - -
u + + - + - + - - - -   + + +
w + + + + - + - - - - velar + - +
y + - + + - + - - - - palatal + - +
z -   + + -   -   - - alveolar - - +

Having devised a phonological feature system and assigned the appropriate feature values to the phonemes, the next step from (190) is to write the phonological rules. What should they be? One way is to write rules for each of the four items given in (189) above.

The following rule addresses the case for the vowels:

(192)
---> ng / ___
+ [V]

That is, an unspecified nasal becomes a velar nasal before a vowel-initial morpheme.

The next rule handles the case for the sonorant consonants:

(193)
---> / ___
+
+ : consonantal
+ : sonorant

That is, an unspecified nasal deletes before a morpheme-initial sonorant consonant.

The third rule does the nasal assimilation. Note how it is similar to (182) above.

(194)
--->
+ : nasal
α : OrthPlace
/ [V] ___
+
α : OrthPlace
- : sonorant

That is, an unspecified nasal assimilates to the place of articulation of a following obstruent when that obstruent begins another morpheme within the word. Note that by using the special OrthPlace feature and by setting its values to the implied place of articulation used in the orthography for segments like c, j, s, sy, and h that orthographically assimilate to unexpected values, we avoid having to write special exception rules. The rule in (194) will take care of these cases, too.

The fourth and final rule is the one that takes care of the special case of the four segments that delete after assimilation.

(195)
[ + : NO→N ]
---> /
e
[ + : nasal ]
+
___ [V]

That is, delete a voiceless obstruent with the special [+:NO→N] feature when it occurs after the unspecified nasal across a morpheme boundary. Since my understanding is that the only time Bahasa Indonesia has an unspecified nasal, that unspecified nasal is preceded by the vowel e, I've added this to the environment. It may make the new experimental phonological rule-based parser run a bit more efficiently.

What would happen if we reversed the order of the last two rules (194) and (195)? The p, t, k, and s would all delete before there was an opportunity for the unspecified nasal to assimilate. Therefore, it is crucial that we order these rules correctly.

B.1.2.1.4.2 Unspecified nasal and full reduplication in Bahasa Indonesia

There is actually yet another complication in Bahasa Indonesia with the four segments that can assimilate and then delete. Consider the following forms where the verb stem is fully reduplicated as the continuative morpheme.[81]

(196)
a.
mengurut-urut
məⁿ-urut-R
AV-stroke-CONT
 
b.
menanti-nanti
məⁿ-nanti-R
AV-wait-CONT
 
c.
membagi-bagi
məⁿ-bagi-R
AV-divide-CONT
 
d.
memijit-mijit
məⁿ-pijit-R
AV-massage-CONT
 
e.
menulis-nulis
məⁿ-tulis-R
AV-write-CONT
 
f.
mengayuh-ngayuh
məⁿ-kayuh-R
AV-pedal-CONT

What material is actually reduplicated? In (196a-c) it is clear that the original verb stem is reduplicated. In (196d-f), however, what is reduplicated is the result of the assimilation rule as well as the deletion rule. For example, while one might expect to get *memijit-pijit for (196d); instead the assimilated m is what is actually reduplicated.

Using the new experimental phonological rule-based parser, it is possible to write a phonological rule that will handle this complex situation. Let's assume that we have created a reduplication entry for the continuative suffix which uses an affix process identical to what we had in (154). Also recall that when using the new experimental phonological rule-based parser we need to think generatively. For the case of (196d-f), this means that we need to assume that the continuative suffix process will apply to the verb stem, resulting in the reduplication of the underlying form of the verb stem. After this process, the meⁿ- prefix will attach. Finally, we apply our phonological rules to the result. Thus, for the case of (196d), the input to the phonological rules would be

(197)
meⁿ+pijit+pijit

We then need a phonological rule that will match the “deletable” voiceless obstruent at the beginning of the reduplication suffix and change it to its corresponding nasal, when somewhere to the left of it, there is an unspecified nasal followed by the same “deletable” voiceless obstruent. In the case of (197), we need to match the p just after the reduplication hyphen and change it to an m. Here is a rule that will do this:

(198)
+ : NO→N
α : OrthPlace
- : sonorant
- : voice
--->
- : continuant
- : NO→N
+ : nasal
α : OrthPlace
+ : sonorant
+ : voice
/
e
+ : NO→N
α : OrthPlace
- : sonorant
- : voice
[A]
0
-
___

What does all this mean? Remember that all phonological rules follow the basic formula of (171). The this of (171) is the first feature structure. The that is the second feature structure. In addition, there is only the left environment (the C of (171)).

One way to read this is that when there is a voiceless obstruent (indicated by [-:voice] and [-:sonorant]) which can undergo the special deletion (indicated by [+: NO→N]), change this voiceless obstruent to a nasal (indicated by [+:nasal]) at the same place of articulation (indicated by [α:OrthPlace] in both the first and second features).[79] Two of the other four features mentioned in the that part of the rule ([+:sonorant], and [+:voice]) are needed because nasals have these features while obstruents have their opposite values. Also, since the nasals do not undergo the special deletion, we need to include the feature [-:NO→N]. We need to overtly mention these nasal-oriented values in order for the parser to correctly identify the nasal segment. If we left these out, then the parser would have a set of features that did not match any known phoneme and therefore, the rule would not work for us. The reason that the [-:continuant] feature is also used in the that part of the rule is that while the p, t, and k segments already have the [-:continuant] feature (since they are stops), the s segment does not (because it is a fricative and fricatives are [+:continuant]).

Turning now to the context of this rule, first note that it uses a natural class [A]. This is a custom natural class I added to this language project that consists of all the phonemes in the language (except for the orthographic hyphen). Having noted this, what does this context mean? I'll explain it working from where the this is found back to the left toward the front of the word: there must be an orthographic hyphen immediately before the this. To the left of this there must be zero or more segments, indicated by the custom natural class [A] and the subscript 0 along with the superscript . This follows a standard notational device used in these kinds of phonological rules (see Kenstowicz and Kisseberth (1979:64) and Halle & Clements (1983:93)). The subscript indicates the minimum number of occurrences and the superscript indicates the maximum number.[82] In this case, we do not know how many there may be so we use any possible number (we could be more specific, especially at the maximum, but using infinity means that we never need to worry about what that maximum might be). So we use this special natural class with this notational device to indicate the “somewhere to the left of the hyphen.” What we want to find is the exact same segment that is in the this match. So note that to the immediate left of the [A] natural class is the same set of features used for the this match. Since we do not want to match just any such segment, but only the one that immediately follows the unspecified nasal, we put the unspecified nasal just before it. Finally, since it just so happens that all instances of the unspecified nasal in Bahasa Indonesia (as far as I know) are preceded by the vowel e, we include that vowel, too.

B.1.2.1.4.3 Unspecified nasal exceptions in Bahasa Indonesia

Having addressed how to model most of the complications of the unspecified nasal in Bahasa Indonesia, it should be noted that there are at least three exceptional cases where the p, t, k, and s segments do not delete.

First, when the meⁿ- prefix is followed immediately by the per- prefix, the p of the per- prefix does not delete as illustrated in (199).

(199)
a.
memperlebar
məⁿ-per-lebar
AV-CAUS-wide
 
b.
memperoleh
məⁿ-per-oleh
AV-CAUS-by

We can use an exception “feature” to handle this exception. We do the following steps:

(200)
  1. Create the exception “feature”. We could call it ‘Does not undergo voiceless obstruent deletion” because this is the rule that does not apply (see 195).
  2. Create or find the per- entry.
  3. Mark it as having this exception "feature” in its list of To Exception “Features”.
  4. Find the phonological rule which deletes a voiceless obstruent (195) and add this exception “feature” to its list of excluded properties.

When the experimental phonological rule-based parser finds the per- morpheme, it will no longer try to apply the delete voiceless obstruent rule because it will be excluded. (Please note that you will only see that this rule is not applied during the synthesis process; during analysis, the rule will still be “unapplied.”)

The second exception is for loan words. Consider the following words:

(201)
a.
memproklamasikan
məⁿ-proklamasi-kan
AV-proclamation-CAUS
 
b.
mentraktir
məⁿ-traktir
AV-treat.someone
 
c.
menswadayakan
məⁿ-swadaya-kan
AV-self.supporting-CAUS
 
d.
mengklasifikasikan
məⁿ-klasifikasi-kan
AV-classification-CAUS

The crucial thing to notice here is that in none of these does the initial consonant of the stem delete. To handle these, add the exception “feature” created above to each stem entry. Sneddon (1996:12) notes that as a loan word ceases to be considered as foreign and becomes thought of as part of the native vocabulary, the expected deletion will occur. If you find that happening for some word, merely remove the exception “feature” from it and the deletion rule will then apply.

The third exception is for monosyllabic stems, which Sneddon (1996:13) says are all loan words. These, too, can be handled via our exception “feature” by marking these stems as having this exception "feature.”

B.1.2.2 Constraining application of “regular” phonological rules

There are times when the application of a “regular” rule needs to be limited to a set of categories or to some other properties of the word.

B.1.2.2.1 Rule applies only with certain categories

Consider the following data from Payne (1981:108).

(202)
a.
iNkomataati
i-N-koma-aa-i
3PM-FUTURE-paddle-REPETITIVE-FUTURE
‘he will paddle again’
 
b.
iNtʃʰikaati
i-N-tʃʰik-aa-i
3PM-FUTURE-cut-REPETITIVE-FUTURE
‘he will cut again’

Notice that when two vowels occur across morpheme boundaries, an epenthetic /t/ is inserted.

That is not the entire story, however. Consider what happens in the data in example (203) (also from Payne (1981:110)):

(203)
a.
hitoiriki
hito-iriki
spider-DIMINUTIVE
‘small spiders’
 
b.
mapiiriki
mapi-iriki
rock-DIMINUTIVE
‘small rocks”

In these words, even though two vowels occur across a morpheme boundary, no epenthetic /t/ is inserted.

What is the difference between the data in (202) and (203)? Notice that all the forms in (202) are verbs while the ones in (203) are nouns. So if we had a way to say that the phonological rule which inserts the epenthetic /t/ only applies on verbs, then we can deal with this kind of data.

With the experimental phonological rule-based parser, it is possible to constrain a phonological rule so that it will apply only when certain categories are present in the word. Like many other situations involving categories in the FieldWorks Language Explorer parsers, the category hierarchy is respected. That is, if you specify that a particular phonological rule should only apply when a particular category is present, then that rule will only apply if that category or any of its subcategories (or their subcategories) are present.

B.1.2.2.2 Rule applies only with certain properties

The experimental phonological rule-based parser also allows one to constrain the application of a given phonological rule by limiting its application to when specified exception “features” or inflection classes are present or are not present. If one says that this set of exception “features” and/or inflection classes are required, then every one of them must be present before the phonological rule will be applied. If one says that this set of exception “features” and/or inflection classes are excluded, then the phonological rule will be applied only if none of these are present.

See section B.1.2.1.4.3 for an example of using an exception “feature” which must not be present in order for a phonological rule to apply.

B.1.2.3 Phonological metathesis rules

Now let's look at an example of phonological metathesis. Consider the following data from Selaru,[83] paying special attention to the position of the glides in the underlying form (second line) versus the surface form (first line).

(204)
a.
sit
cat
 
b.
sitke
sit-ke
cat-ART
(205)
a.
sihy
chicken
 
b.
sihkye
sihy-ke
chicken-ART
(206)
a.
asw
dog
 
b.
askwe
asw-ke
dog-ART
(207)
mtwaklulw
mw-taklulw
2s-sit

What happens to the glides w and y? They exchange places with a following consonant whenever the consonant comes before a vowel. (More data would show that this only happens with obstruent consonants.) This kind of exchange of segments is known as metathesis.

How do we model this metathesis using the new experimental phonological rule-based parser? Since this kind of a change is not possible to write using the standard rule notation of (171), we need to create a special metathesis rule. These rules can be described very much like what we saw above for affix processes (e.g. see Kenstowicz and Kisseberth (1979:371)). The user interface of FieldWorks Language Explorer, however, follows a different notation that we think is clearer. It might look like this for the Selaru metathesis case:

(208)
  Left environment Switch these items Right environment
Input  
[ ? : consonantal ]
+
+ : consonantal
- : sonorant
V
Result  
+ : consonantal
- : sonorant
+
[ ? : consonantal ]
V

The row labeled Input indicates the pattern of the input. Glides are indicated by the [? : consonantal] feature.[84] Obstruents are indicated by the combination of [+ : consonantal] and [- : sonorant] features. The following vowel is indicated by the V in the right environment. Notice how the two middle column contents are switched in the final row (the result).

The following table shows a phoneme-feature matrix one might use for Selaru:

(209)
  back cg cons cont cor front high lat nas rnd son voice
a     -     - -     -    
b -   + - -           - +
d -   + - +           - +
e     -     + -     -    
f -   + + -           - -
h +   + + -           - -
i     -     + +     -    
j     ?   + + + - - - +  
k + - + - -           - -
l     +   -   - + - - +  
m     +   -   - - + - +  
n     +   +   - - + - +  
o     -     - -     +    
r     +   -   - - - - +  
s -   + + +           - -
t -   + - +           - -
u     -     - +     +    
w     ?   - - + - - + +  
ʔ + + + - -           - -

B.2 Tips for Making the experimental phonological rule-based parser Work Effectively.

In my testing of the new experimental phonological rule-based parser, I noticed several key things one should keep in mind. These are given here.

B.2.1 Every Phoneme Used in the Orthography Must be Defined as a Phoneme

The first thing to keep in mind when you use the new experimental phonological rule-based parser is that every phoneme used in the orthography must be listed among the phonemes in your language project.[85] If a word or an affix or a phonological rule has even just one phoneme that is not listed in the list of phonemes, then the new experimental phonological rule-based parser is guaranteed to not give an analysis for any word whatsoever, even if that word does not contain one of the missing phonemes. This is because the new parser crucially depends on phonemes being defined. This should not be surprising, really, for a parser that is able to handle phonological rules: it simply must know what the phonemes are in order to deal with such rules.

B.2.2 The Phonological Features Need to Uniquely Identify Each Phoneme

Whenever you use phonological features with the new experimental phonological rule-based parser, it is very important that each phoneme have distinct values for its phonological features. If two or more phonemes share the exact same set of phonological feature-value pairs, then the parser may not be able to correctly determine the morphemes involved. You may want to double check that every phoneme has a unique set of feature-value pairs. One way to do this is via the “Bulk Edit Phoneme Features” tool; another is via the “Grammar Sketch.” Both of these tools are in the Grammar area.

B.2.3 Fully Specify Each Phoneme

While some phonological theories promote feature underspecification and while some theories also consider it to be good form to minimally specify features in a phonological rule, the way the new experimental phonological rule-based parser works, you really need to be as specific as practical. So if a rule is not working, try to be more specific about the features.

B.2.4 Features Used in a Rule should be Explicit

Whenever you use a phonological feature structure in a phonological rule, be sure to use as many features as necessary to correctly identify the phonemes involved. If you are not explicit enough, the parser will not be able to identify the correct phonemes and your rule may well not work as you expect.

For example, in working on the Bahasa Indonesia data, I wrote a complicated rule (see (198)) where I wanted to change certain voiceless obstruents to their co-articulated nasal. Since these particular obstruents all shared a common feature value, I thought I could just use that feature and the place feature. That did not work. I had to be sure to include all features that differ between the phonemes involved. In particular, I needed to include sonorant, voice, and nasal feature values.

The lesson here is that while we humans may easily make correct assumptions about the sound system of a language, the parser cannot.

B.2.5 Using a Phoneme in a Rule is More Efficient

When you have a choice between using features and a phoneme in a rule (i.e., the rule is about the phoneme), then write the rule in terms of the phoneme instead of some of its distinctive features. This is more efficient.

B.2.6 Avoid Using Archiphonemes that are Uppercase Equivalents of a Character in Your Orthography

In testing the Bahasa Indonesia data, I had an affix that ended with an unspecified nasal (this affix has nasal assimilation to the point of articulation of a following obstruent as explained in section B.1.2.1.4). So I wrote a phonological rule to do the assimilation. To represent this affix, I used an archiphoneme of capital N. That is, I made it have the form meN-. I also added a new phoneme whose representation was also this archiphoneme N. Since the language already had an alveolar nasal (n), it turned out that the new experimental phonological rule-based parser did not successfully apply the rule.

The reason is that the new experimental phonological rule-based parser automatically treated N as the uppercase equivalent of the alveolar nasal n. The solution I used was to change the representation of the unspecified nasal phoneme to a superscript n (). So while I could continue to use the N for the name of the unspecified nasal phoneme, I did need to be careful to change the representation/grapheme and all lexical forms to use the superscript n. For example, the affix I mentioned above became meⁿ-. Once I made these changes, the new experimental phonological rule-based parser was able to correctly parse words containing this morpheme. Note that it is not a problem to type forms such as meN- into the Citation Form field of an affix's entry for publication purposes, since the parser does not look at the Citation Form at all.

B.2.7 Make Sure Every Affix Process Rule is Complete

Whenever you create an affix process rule, be sure to fill in the morph type field and also put something in the form field. If the morph type field is empty, the rule may not work. The reason for putting something in the form field is so you will not just get “???” for the shape of the morpheme.

B.2.8 Natural Classes Defined by Phonemes May Not Work as Expected

This one is a bit tricky and not easy to explain.

When you have phonological features defined and have fully and uniquely specified each phoneme, you may still run into some odd behaviors with natural classes. Consider the following set of phonemes and features:

(210)
  *** art cont cor front high rnd son str voice
- +   - - - - - - - -
a   vowel     - - - +    
b   lab - - + -   - - +
c   pal - + - +   + + +
ç   pal - + - +   - + -
ch   ret - + - -   - + -
d   alv - + + +   - - +
e   vowel     + - - +    
f   lab + - + -   - + -
g   vel - - - +   - - +
ğ   vel + - - +   - + +
h   uvu + - - -   - - -
i   vowel     + + - +    
ı   vowel     - + - +    
k   vel - - - +   - - -
l   alv + + + +   + - +
m   lab + - + -   - - +
n   alv + + + +   - - +
ñ   vel + - - +   - - +
o   vowel     - - + +    
ö   vowel     + - + +    
p   lab - - + -   - - -
q   uvu - - - -   - -  
r   alv - + + +   + - +
s   alv + + + +   - + -
ş   pal + + - +   - + -
sh   ret + + - -   - + -
t   alv - + + +   - - -
u   vowel     - + + +    
ü   vowel     + + + +    
v   lab + - + -   - + +
x   vel + - -     - + -
y   pal + + - +   + - +
z   alv + + + +   - + +
zh   ret + + - -   - + +

One would expect that while these are not fully specified, they are unique. The problem came when a consonant natural class was defined as consisting of the following phonemes:

(211)
b,  c,  ç,  ch,  d,  f,  g,  ğ,  h,  k,  l,  m,  n,  ñ,  p,  q,  r,  s,  ş,  sh,  t,  v,  x,  y,  z,  zh

and there was an affix process rule whose match portion ended in two consonants. One naturally would expect that only those phonemes defined in the consonant natural class would be considered. But this is not how the experimental phonological rule-based parser works during its synthesis process. During synthesis, it uses only phonological features. When it was attempting to see if a sequence like madi ended in two consonants, it said “yes, it does.” How did this happen? How could it think that the final i was a consonant?

The answer is primarily related to the multi-valued nature of the art feature. Since the various phonemes that are part of the consonant natural class (see (211)) have different values for the art feature, the experimental phonological rule-based parser has to ignore this feature when considering phonological features. Looking at the feature chart in (210) and ignoring the art column, notice that the /i/ phoneme and the /l/ phoneme have compatible phonological features. Because of this, the experimental phonological rule-based parser said that the final i of the base madi matched the consonant natural class.

The solution was to add a binary feature of ±consonantal. This was + for all consonants and - for all vowels.

The moral of this story, then, is to make sure that the phonological feature system is such that each natural class, when defined via features, contains just the phonemes you want. Using binary features can certainly make this easier.

We have added warning messages about this situation in the Try-A-Word tool. The message tells you what the natural class is, what the implied phonological features are, what the predicted phonemes are and what the actual phonemes in the class are. We hope this helps you figure out how to avoid this potential problem.

B.3 Known limitations

There are several known limitations of the current implementation of the new experimental phonological rule-based parser.

B.3.1 Seeing what steps the parser takes not fully complete

The default parser for FieldWorks Language Explorer has a way for you to see what steps the parser took while parsing a word (see the Try a Word tool). While this has been implemented for the new experimental phonological rule-based parser, it does not yet always give you an explanation for why a certain path failed. A later version of FieldWorks Language Explorer will include this capability.

B.3.2 Affixes are tried only once per word

While the default FieldWorks Language Explorer parser will try a given affix as many times as its form is found within a single word, the new experimental phonological rule-based parser tries a given form (or affix process) only once per word. This is normally not an issue since it is quite rare for an affix to be repeated several times within a word. There are cases, however, where this is an issue. For example, Coward & Coward (2000) note that in Selaru, “It is possible to reduplicate /nini/, /soso/ and others basically without limit. As many as eight reduplication levels have been encountered in natural text.”

If you run into this limitation, a possible work-around is to add extra allomorphs for the affix involved or to add the form as a distinct lexical entry. You also, of course, have the option of just allowing the new parser to fail to parse such words.

B.3.3 Natural classes defined by segments may or may not work as expected

When you define a natural class by listing the segments (as opposed to using phonological features), the new experimental phonological rule-based parser may not treat this natural class exactly as you expect (see section B.2.8 for an example). If you do not have any phonological features defined, then the new parser will treat the class as consisting solely of the segments listed in the class.

If, on the other hand, you have defined phonological features, then the new experimental phonological rule-based parser converts all the segments listed in the natural class into their respective feature sets. It then takes the set intersection of all those features and uses that to determine if a given segment is in that natural class. Normally, this is not an issue. In one case, however, when I was trying to deal with the recalcitrant case of the meN- prefix in Bahasa Indonesia (see section B.1.2.1.4) where a following p, t, k, or s, deletes, I knew that I was not aware of a real natural class that would cover these segments and not also include the other voiceless obstruents that do not delete. So I tried to by-pass this by creating a segment-based natural class that just included these four segments. Since I had also defined phonological features, this approach did not work for me. I had to create a special phonological feature whose value was + for these four segments and - for all other segments.

We have added warning messages about this situation in the Try-A-Word tool. The message tells you what the natural class is, what the implied phonological features are, what the predicted phonemes are and what the actual phonemes in the class are. We hope this helps you figure out how to avoid this potential problem.

B.3.4 Ambiguous digraphs and multigraphs may not work as expected

When an orthography contains ambiguous sequences for phonemes, the experimental phonological rule-based parser may not parse the sequence the way you expect.

For example, suppose your orthography includes the orthographic sequences shown in example (212).

(212)
Grapheme Phoneme
i high front vowel
u high back rounded vowel
k voiceless velar stop
ki palatalized voiceless velar stop
ku labialized voiceless velar stop

When there are a sequences like kut and kuat, what will happen? The first should find k, u, and t. The second should find ku, a and t. The problem is that currently the experimental phonological rule-based parser determines what the phonemes are by finding the longest match first. This means whenever it finds ku, it will always treat it as the ku phoneme. Thus, it thinks that kut consists of two phonemes: ku and t, which is incorrect in this orthography.

Unfortunately, the only currently available solution is to change the orthography to remove the ambiguity (such as using instead of ku and using instead of ki). We hope to have a solution for this in a future version of the experimental phonological rule-based parser.


Endnotes

[*]

Thanks to Jonathan Coombs (personal communication, email of May 30, 2012) for reviewing a version of this document and making many suggestions for improving it.

[1]

See Appendix A for the basic features of each stage.

[2]

This new parser is an enhanced and updated version of Mike Maxwell's Hermit Crab parser. See http://www.sil.org/computing/HermitCrab/. We are deeply indebted to Mike for his pioneering work on this parser.

[3]

Data are from Tuggy (1991). The abbreviations used in the Nahuatl data are:

Abbreviation Meaning
1SgPoss 1st person singular possessive
2SgPoss 2nd person singular possessive
3SgPoss 3rd person singular possessive
1PlPoss 1st person plural possessive
2PlPoss 2nd person plural possessive
3PlPoss 3rd person plural possessive
PlPoss plural possessive
1SgSubj 1st person singular subject
2SgSubj 2nd person singular subject
3SgSubj 3rd person singular subject
1PlSubj 1st person plural subject
2PlSubj 2nd person plural subject
3PlSubj 3rd person plural subject
ImpfvPl plural imperfective
[4]

These are taken from Spencer (1991:9).

[5]

The data are from Weber, Black, and McConnel (1988:8). See also Weber (1989). The abbreviations used in the Quechua form are:

Abbreviation Meaning
Imp imperfective aspect
1Obj first person object marker
2Pos second person possessor
Nom nominalizer
Pur action for or with a purpose (a case-like marker; see Weber (1989:56))
[6]

All Caquinte data are from Ken Swift, p.c. and Swift (1988). The abbreviations used in the Caquinte forms are:

Abbreviation Meaning
3M third person masculine subject
3FO third person feminine object
DAT dative
F future suffix
FUT future prefix
FOC focus
NEG negative
NF non-future suffix
PAS pseudo-passive
PROG progressive
[7]

The data are from Gardner (1994). The abbreviations used in the Silt‘i form are:

Abbreviation Meaning
Perf perfective aspect
3rdSgPerf third person singular subject marker in the perfective aspect
[8]

This metathesis process is actually optional. The word is from Swift (1988:133).

[9]

Another thing a parser could produce would be the actual word structure which could be shown via a tree diagram. While the FieldWorks Language Explorer parser actually produces such a structure, we do not plan to make it visible in Stage 1.

[10]

We use the term “allomorph” here as a cover term for any form in a lexical entry.

[11]

Note that it is possible to classify an affix as being inflectional or derivational, but still not fully specify the required information. Such partially specified inflectional and derivational affixes are effectively treated as “unclassified” affixes by the FieldWorks Language Explorer parser. See sections 2.1.2.9 and 2.1.3.7.

[12]

For more on this, see Bickford (1998:113ff).

[13]

Occam's Razor states “one should not increase, beyond what is necessary, the number of entities required to explain anything.”. See Principia Cybernetica Web (1997) for more detail.

[14]

In addition, the form timikih could parse as 2SgSubj‑to.die‑Plural. This, too, is incorrect. If we used the Morphosyntactic Glossing Assistant tool to create the glosses, then this parse would not appear: the subject number agreement feature would have a value of ‘singular’ which would conflict with the number agreement feature value of the suffix; namely ‘plural.’ Stage 1, however, does not have any way to indicate default features for a category (e.g. marking ‘singular’ as the default) in order to prevent the form timiki from parsing as 1PlSubj‑to.die.

[15]

Please note that you can use the same name for slots at different points in the hierarchy (e.g. use “Subject” at both the top verb level and also under a nested intransitive verb category). The FieldWorks Language Explorer parser will always know which one is which. You and others who look at your implementation, however, may find it confusing. Therefore, we do not recommend that you do this.

[16]

The data are from López y Newberg (1990). The abbreviations used in the Yalálag Zapotec data are:

Abbreviation Meaning
Fut future
1PlIncl 1st person plural inclusive pronominal clitic
intrans intransitive verb
trans transitive verb

The orthography used here is slightly different from what is used in López y Newberg (1990). In particular, fortis consonants are preceded by a colon (:). Lenis consonants are not (and use the voiceless equivalent instead of the voiced one).

[17]

Also note that the difference in future allomorphy is not due to transitivity.

[18]

The data are from http://www.thelatinlibrary.com/decl.html and http://www.slu.edu/colleges/AS/languages/classical/latin/tchmat/grammar/decl-c.html.

[19]

Of course, one would want to model the full nominal paradigm if one were working on Latin, but this limited usage here illustrates the point about letting a given allomorph refer to more than one inflection class.

[20]

The data are taken from Pickett, Black & Marcial (2001) and follow the practical orthography.

[21]

I am swapping the class numbering found in section 7.3 of Pickett, Black & Marcial (2001) for pedagogical reasons.

[22]

Some of these aspects also have some simple phonologically-based allomorphy which I am not showing here for pedagogical reasons.

[23]

You will need to decide which form to use as the lexeme form and which as the affix allomorph form.

[24]

At the time of writing, there is a demo movie called "Specifying Gender" that illustrates this.

[25]

We recommend using only two types: “Agr” for agreement features and “Infl” (= Inflection) for all others.

[26]

In FieldWorks Language Explorer, go to the Grammar area, Inflection Features tool. Insert a new feature (either feature or complex feature - it does not matter, both call up the catalog).

[27]

The data are from Inkelas (2001). The abbreviations used in the Turkish data are:

Abbreviation Meaning
Acct accusative
Past past tense
Pass passive
Inf infinitive
Dat dative
Prog progressive
3pl 3rd person plural
Pl plural
Neg negative
[28]

(I wish I had access to a more standard Turkish grammar to get examples, but this is the best I could find on the net. I also changed the glosses of two items per my Turkish Ample files which were based on Underhill's grammar.)

[29]

The data are from López y Newberg (1990). The abbreviations used in the Yalálag Zapotec data are:

Abbreviation Meaning
Fut future
1PlIncl 1st person plural inclusive pronominal clitic
Rep repetitive

The orthography used here is slightly different from what is used in López y Newberg (1990). In particular, fortis consonants are preceded by a colon (:). Lenis consonants are not (and use the voiceless equivalent instead of the voiced one).

[30]

Data are from Austin, Kalstrom, and Hernández (1995). The abbreviations used in the Atzingo Popoloca data are:

Abbreviation Meaning
Pres present tense
Apl applicative
1aSgSubjAct 1st person authority singular, active subject
[31]

This data is taken from Velásquez (1974:16).

[32]

Although some words may be inflected irregularly, they will almost always have some form for every position in the inflectional paradigm. On rare occasions, there may be words whose paradigms are defective, or missing certain forms, such as English troops ‘soldiers’, a noun which has only a plural form with no singular.

[33]

Bickford (1998:138) uses the term “Conventionalized semantics” and explains this term as follows:

In semantics, when the meaning of the whole is not fully predictable from the meaning of its parts, we say that the meaning is conventionalized. One characteristic of derivational morphology is that its meaning is often conventionalized, while the meaning of inflectional morphology is almost always fully predictable.

Here in this table, I've chosen to use “meaning predictable from parts” instead in order to avoid a double negative.

[34]

The way we have implemented these in FieldWorks Language Explorer is to create a separate list for these objects. Technically, these are not true features. Internally, we are calling these “productivity restrictions” because they restrict the productivity of an affix. Another way of looking at them is as restricting the distribution of an affix.

[35]

Compounds involving more than one orthographic word (e.g. student film society) are not dealt with here since they are properly outside the realm of morphology.

[36]

The data are taken from Tuggy (1991:76-77). The abbreviations used in the Nahuatl data are:

Abbreviation Meaning
Adj adjectival ending
Abs absolutive
1SgPoss 1st person singular possessive
[37]

The data are from López y Newberg (1990). The abbreviations used in the Yalálag Zapotec data are:

Abbreviation Meaning
S stative
3fam 3rd person familiar pronominal clitic
Pres present
3resp 3rd person respect pronominal clitic

The orthography used here is slightly different from what is used in López y Newberg (1990). In particular, fortis consonants are preceded by a colon (:). Lenis consonants are not (and use the voiceless equivalent instead of the voiced one).

[38]

Data are from Tuggy (1991:77-8). The abbreviations used in the Nahuatl data are:

Abbreviation Meaning
Abs absolutive
1SgSubj 1st person singular subject
3Obj 3rd person object
[39]

This data is from Rick Floyd, p.c. The gloss of 3P is for “third person possessive.”

[40]

Data are from Black (1992). The abbreviations used in the Shipibo data are:

Abbreviation Meaning
1Sg 1st person singular
Erg transitive subject marker (ergative case)
Ind indicative
Cmpl completive
Reg regressive
Past.Today recent past; same day as spoken
Siml.T.SS simultaneous action, transitive verb in principal clause, same subject
Emph emphasis
Inf infinitive
Cont continuative
[41]

One approach to this is to strive to make the tightest constraint possible (i.e. use one of the adjacency ways first if possible; if not, then try the somewhere case; if that does not work, then try the anywhere case). That way, should you encounter another case involving these particular morphemes, then you will now know more: it is now clear that you need looser constraints. You can then add some comments/annotations to document what you have learned (or put the information in the description).

[42]

One main reason why Stage 1 does not allow for phonological rules is that we could then use a modified form of an existing SIL tool (AMPLE) and not have to spend any time building a special phonological processor.

[43]

This is another reason why you should use unique abbreviations for natural classes. If you have two or more natural classes with the same abbreviation, it is not clear which one you mean. FieldWorks Language Explorer will automatically select one, but it may not be the one you intended.

[44]

The following table gives some sample environments along with what they mean using a right-to-left script.

Meaning         Environment
after a מ phoneme / מ _
after a vowel (assuming there is a natural class of vowels called V) / [V] _
after a word initial ָ phoneme / # ָ _
after a word initial vowel (assuming there is a natural class of vowels called V) / # [V] _
after a vowel (assuming there is a natural class of vowels called V) and a י phoneme / [V] י _
before a ָ phoneme / _ ָ
before a consonant (assuming there is a natural class of consonants called C) / _ [C]
before a י phoneme which is word final / _ י #
before a word final consonant (assuming there is a natural class of consonants called C) / _ [C] #
between a מ and a ו phoneme / ם _ו
between two consonants (assuming there is a natural class of consonants called C) / [C] _ [C]
after a ֵ and a י phoneme / ֵי _
before a ֵ and a י phoneme / _ ֵי
before an optional ֵ and a י phoneme; that is, either before ֵ followed by י or before י / _ (ֵ)י
before an optional word final consonant (assuming there is a natural class of consonants called C); that is, either before a word final consonant or word finally / _ ([C]) #
[45]

The data are from Howard Shelden, p.c. and Jonathan Coombs, p.c.

[46]

It is also called total reduplication and sometimes general reduplication.

[47]

There is a technical reason for this. The parser matches the entire rest of the word (for a prefix) or the entire beginning of the word (for a suffix). It cannot match if there is additional material.

[48]

This is the same notation as used in Shoebox and Toolbox. AMPLE uses <...>.

[49]

Thus, it would be keyed as -[...] where we would put the hyphen before the indicator because the hyphen would be part of the suffix. You can put anything before or after the indicator. For example, if you used t[...]- and made it be a prefix, then this would match a full reduplication morpheme in a form such as tabrak-menabrak  ‘keep on running into,’  where we would model the men as an infix and the abrak would be the truncated allomorph of the stem tabrak  ‘to.collide.’

[50]

Data are from Tuggy (1991:41). The hyphens are not part of the orthography but are included to clarify the relevant morphemes involved.

[51]

It is the same notation as used in AMPLE.

[52]

The notation used for these infix environments is the same notation as used for infixes in AMPLE.

[53]

Data are from Tuggy (1991:102). The abbreviations used in the Nahuatl data are:

Abbreviation Meaning
1SgSubj 1st person singular subject
1PlSubj 1st person plural subject
3Obj 3rd person object
ImpfvPl plural imperfective
PerfvPl plural perfective
[54]

This variation of stem shape illustrated in (131) occurs only for verbs in inflection class II. Verbs in inflection class III also have a similar, but slightly different, allomorphy that occurs in different parts of the verbal paradigm. Verbs in classes I and IV do not have any such allomorphy. See Tuggy (1991:102-104) for examples.

[55]

The FieldWorks Language Explorer parser will only be able to correctly constrain stem allomorphs tagged with a stem name if an inflectional template has been defined which has slots containing the inflectional affixes which bear the appropriate inflection features. For example, if you have verbal stems which have one shape when inflected in the past tense and another shape in all other tenses, then you will need to have at least one verbal inflectional template that has one or more slots containing these tense inflectional affixes. And, of course, these inflectional affixes will have to be overtly tagged with the appropriate tense feature (e.g. past tense, present tense, etc.).

[56]

I do not have any data examples for this (yet), but our conceptual model allows for it. If you find it in your data, please let me know.

[57]

These kinds of features are to be contrasted with phonological features.

[58]

The Axininca Campa data are from Payne (1981:234) (see also page 36). The abbreviations used in the Axininca Campa data are:

Abbreviation Meaning
1 first person
2 second person
3 third person
f feminine
m masculine
nf non-future
obj object
prf perfect
[59]

In cases like Axininca Campa, merely using environments (see section 3.1.3) will not work properly due to the fact that one must identify the exact morpheme, not merely its surface form. Other morphemes may well share the same form, but the allomorphy of the non-future does not occur with them. It is only with the perfect suffix and the first person object suffix.

[60]

When default inflection features are implemented, we will be able to use default inflection features to overcome this work-around. For the Axininca Campa case, the idea would be to assign a default aspect feature of, say, imperfect to the Verb category. The ‑a allomorph of the non-future suffix would then be constrained to occur with both imperfect aspect and with first person object agreement. There will then be no need for a second ‑i allomorph.

Of course, a way to currently get something like a default imperfect aspect would be to create a null imperfect aspect suffix, add it to the aspect slot of the inflectional template, and make this aspect slot be obligatory.

[61]

The data are from Colin Suggett, personal communication. The abbreviation ‘PL’ means “plural.”

[62]

At the time of writing, irregularly inflected variant types are located in the “Lists” area under “Variant Types.”

[63]

This works by creating a null prefix (for required slots that occur before the stem) or a null suffix (for required slots that occur after the stem) and giving it the inflection features of the variant type.

[64]

The data are from Whitehead (2004). The abbreviations used in the Menya data are:

Abbreviation Meaning
1p/irr first person plural, irrealis
23p/irr second or third person plural, irrealis
goal goal
ind indicative
[65]

It may be the case that the stem allomorphy will depend on the morphosyntactic features of the affixes. If so, you may be able to use stem names. See section 3.7.1.

[66]

Admittedly, this is not the greatest example. One could use inflection classes for these or, perhaps better, one could merely use an environment to constrain the exceptional allomorphs for the roots to which they attach.

[67]

One approach to this is to strive to make the tightest constraint possible (i.e. use one of the adjacency ways first if possible; if not, then try the somewhere case; if that does not work, then try the anywhere case). That way, should you encounter another case involving these particular allomorphs, then you will now know more: it is now clear that you need looser constraints. You can then add some comments/annotations to document what you have learned (or put the information in the description).

[68]

The empty set character is Unicode hex code 2205.

[69]

Another way of saying this is that the parser recognizes all morpheme types except for discontiguous phrase, simulfix, suprafix, and circumfix. For circumfix, however, see section 4.3.

[70]

The data are from Howard Shelden, p.c. (December 15, 2006 email)

[71]

“Normal” affixation (prefixation and suffixation) are actually also treated as processes internally in the new experimental phonological rule-based parser, but the user does not need to do anything special. By merely saying that the affix is a prefix or a suffix, the experimental phonological rule-based parser will treat them appropriately.

[72]

If there are interfixes (see section 2.2.4), then it will also look for those between roots. In addition, it looks for infixes within prefixes and roots.

[73]

Since these special forms include information about the context (the pattern), it does not make sense to also have an environment for an affix process. Therefore, if you are changing an environmentally-conditioned affix form to an affix process, any environments you previously had for this form will no longer be associated with that form.

[74]

Please be aware that while the new experimental phonological rule-based parser is able to handle any entry created for the default parser, the default parser does not know what to do with an affix process. Therefore, you cannot create affix processes and then expect the default parser to use them. This is one area where it is not possible to switch back and forth between the two parsers. The other area is phonological rules since the default parser does not handle phonological rules.

[75]

It does not matter whether the C and V natural classes are defined via segments or via phonological features. What is important is to be sure that these natural classes do indeed correctly identify the set of phonemes you have in mind.

[76]

The data presented here are from Coward & Coward (2000) and Coward (2005).

The abbreviations used in the glosses are:

Abbreviation Meaning
2s second person singular
3p third person plural
3s third person singular
[77]

The Awngi data comes from Andreas Joswig, personnel communication (emails of 2008/11/19 and 2009/5/12).

The ɨsk↗ root is actually the allomorph for first person singular or third person masculine or plural. The -ɨɣwa suffix is the past perfective form for all persons except second person plural and third person plural.

[78]

The data presented here are from Halle & Clements (1983:125) and Sneddon (1996). Since the latter does not always include stem glosses, some stem glosses were obtained via http://www.babylon.com/define/108/Indonesian-English-Dictionary.html from May 21-28, 2009. The gloss for pijit was gleaned from http://www.kamus.net/result.php?w=id-indonesia&q=pijit&submit=Search&e=0 on May 26, 2009.

The abbreviations used in the glosses are:

Abbreviation Meaning
-APPL applicative
AV- actor voice
CAUS- causative (per-)
-CAUS causative (-kan)
-CAUSi causative (-i)
-CONT continuative
-LOC locative
-R full stem reduplication

Any errors in assigning glosses are mine.

We also use for the unspecified nasal instead of the more normal N. See section B.2.6 for an explanation.

[79]

Please see the Help files to learn how to create these “feature variables” (also known as “alpha variables” since the first such variable is commonly represented by the Greek letter alpha α).

[80]

The first “phoneme” is a hyphen which is used in full reduplicated forms. See B.1.1.1.1. Note that its features uniquely identify it so that it cannot be confused with any other phoneme. Another way to deal with this would be to create a custom feature for which the hyphen is the only phoneme that has a + value; all other phonemes would have a - value for this custom feature. (See section B.2.2.) The OrthPlace feature is a custom feature whose possible values indicate the place of articulation (labial, alveolar, palatal, velar, and glottal) or that the segment is unspecified for place (?). (The name reflects the observation that how this works seems to be more orthographic conventions than true place of articulation.) The NO→N feature's name is an attempt to imply that these segments (the O) delete after an unspecified nasal (the N).

[81]

Thanks to Jonathan Coombs (personal communication, email of May 30, 2012) for pointing out that the form in (196b) in earlier versions of this document (menunda-nunda) is actually from the root tunda, not the root *nunda. He also suggested using menanti-nanti whose root is indeed nanti.

[82]

Note that in order to create the iteration (zero or more) on the consonant class in the FieldWorks Language Explorer user interface for phonological rules, you may need select the consonant class and then perform a right click. Please see the Help files for setting occurrence (min. and max.) for how to add these to a rule.

[83]

The Selaru data is from David Coward, personal communication (emails of 2008/11/15, 2008/11/17, and 2009/01/12). The abbreviations used in the Selaru data are:

Abbreviation Meaning
ART article
2s 2nd person singular
[84]

In the analysis used, glides are unspecified for the consonantal feature, indicated by the question mark. If the glide occurs between consonants and ends a morpheme, then the glide becomes a vowel.

[85]

The default FieldWorks Language Explorer parser does not require this. For the default parser, you only need to define phonemes that are used in natural classes or in environments.


References

Aronoff, Mark. 1994. Morphology by Itself. Linguistic Inquiry Monograph Twenty-Two. Cambridge, Massachusetts: The MIT Press.

Austin Krumholz, Jeanne, Marjorie Kalstrom Dolson, and Miguel Hernández Ayuso. 1995. Diccionario poploca de San Juan Atzingo Puebla. Tucson, AZ: Instituto Lingüístico de Verano, A.C.

Bickford, J. Albert. 1998. Tools for Analyzing the World's Languages. Dallas: The Summer Institute of Linguistics.

Black, H. Andrew. 1992. South American Verb Second Phenomena: Evidence from Shipibo. Syntax at Santa Cruz 1:35-63.

Coward, David Forrest. 2005. An Introduction to the Grammar of Selaru. SIL International Manuscript.

Coward, David and Naomi Coward. 2000. A phonological sketch of the Selaru language. In Charles E. Grimes, ed. Spices from the east: papers in languages of eastern Indonesia.. Pacific Linguistics, 503:9-54. Canberra: Research School of Pacific and Asian Studies, Australian National University.

Gardner, Simon. 1994. A Problem in Boundary Morphophonemics for Computer Analysis. Notes on Computing 13.6:44-48.

Halle, Morris and G.N.Clements. 1983. Problem Book in Phonology: A Workbook for Introductory Courses in Linguistics and Modern Phonology. Cambridge, Massachusetts: Bradford.

Hockett, Charles. 1954. Two models of grammatical description. Word 10:210-231.

Inkelas, Sharon. 2001. Derivational Morphology Handout. (http://ist-socrates.berkeley.edu/~aclyu/ling115/handout07.pdf).

Itô, Junko. 1989. A prosodic theory of epenthesis. Natural Language and Linguistic Theory 7:217-259.

Kenstowicz, Michael and Charles Kisseberth. 1979. Generative Phonology: Description and Theory. Orlando, Florida: Academic Press, Inc.

López L., Filemón y Ronaldo Newberg Y. 1990. La Conjugación del Verbo Zapoteco; Zapoteco de Yalálag. México, D.F: Instituto Lingüístico de Verano, A.C.

Payne, David L. 1981. The Phonology and Morphology of Axininca Campa. Summer Institute of Linguistics Publications in Linguistics, 66. Texas: Summer Institute of Linguistics and the University of Texas at Arlington.

Payne, Thomas E. 1997. Describing morphosyntax: a guide for field linguists. New York: Cambridge University Press.

Pickett, Velma B., Cheryl Black and Vicente Marcial Cerqueda. 2001. Grammatica Popular del Zapoteco del Istmo. 2nd Edition. Juchitán, Oaxaca, Mexico and Tucson, Arizona: Centro de Investigación y Desarrollo Binnizá A.C. and Instituto Lingüístico de Verano A.C. (http://www.sil.org/mexico/zapoteca/istmo/G023a-GramaticaZapIstmo-zai.htm).

Principia Cybernetica Web. 1997. Occam's Razor. (http://pespmc1.vub.ac.be/OCCAMRAZ.html).

Sneddon, James Neil. 1996. Indonesian: A Comprehensive Grammar. New York: Routledge.

Spencer, Andrew. 1991. Morphological Theory. Cambridge: Basil Blackwell.

Swift, Kenneth. 1988. Morfología del Caquinte. Serie Lingüística Peruana, No. 25. Yarinacocha, Péru: Instituto Lingüístico de Verano.

Tuggy T., David. 1991. Curso del Nájuatl Moderno. Puebla, México: Universidad de las Américas.

Velásquez de la Cadena, Marciano, Edward Gray, Juan L. Iriba, Ida Navarro Hinojosa, Manuel Blanco-González, and Richard John Wiezell. 1974. New Revised Velásquez Spanish and English Dictionary. Chicago: Follett Publishing Company.

Weber, David John. 1989. A Grammar of Huallaga (Huánuco) Quechua. Linguistics Volume 112. Berkeley: University of California Press.

Weber, David J., H. Andrew Black, and Stephen R. McConnel. 1988. AMPLE: A Tool for Exploring Morphology. Occasional Publications in Academic Computing No. 12. Dallas, Texas: Summer Institute of Linguistics.

Whitehead, Carl R. 2004. A reference grammar of Menya, an Angan language of Papua New Guinea. Ph.D. dissertation. University of Manitoba. (http://www.sil.org/pacific/png/abstract.asp?id=44419).

Yu, Alan C. L. 2007. A Natural History of Infixation. New York: Oxford University Press.


Language Index

Atzingo Popoloca  2.1.3.4.2, 2.1.3.4.2n
Awngi  B.1.2.1.3
Axininca Campa  3.7.2, B.1.2.2.1
Bahasa Indonesia  3.2.1, 3.2.1.1n, 4.3, B.1.1.1.1, B.1.2.1.4-B.1.2.1.4.3, B.2.4, B.2.6
Caquinte  1.1.4, 1.1.4n, 1.1.5, 1.1.9, 1.1.10, 2.1.2.4, 3.4, 3.5, 3.6
English  1.1.2, 2.1.3.1, 3.10.1, 4.1.2
Huallaga Quechua  1.1.2, 1.1.2n, 2.1.4
Indonesian  see Bahasa Indonesia.
Isthmus Zapotec  2.1.2.6.1
Latin  2.1.2.6
Menya  3.9
Orizaba Nahuatl  1.1.1, 1.1.1n, 2.1.2.1-2.1.2.3, 2.1.6, 2.2.1, 2.2.1n, 2.2.3.2, 2.2.3.2n, 3.1, 3.1.4, 3.2.2, 3.7.1, 3.7.1n, B.1.1.1.2
Popoloca  see Atzingo Popoloca.
Quechua  
Huallaga Quechua  see Huallaga Quechua.
Wanca Quechua  see Wanca Quechua.
Selaru  B.1.2.1.1, B.1.2.1.2, B.1.2.3
Semitic  3.3.2, B.1.1.2.1
Shipibo  2.3, 2.3n
Silt'i  1.1.8, 1.1.8n, 3.3.2, B.1.1.2.1
Spanish  2.1.2.7, 2.1.3.5, 2.2.2
Tagalog  1.1.6, 1.1.7, 3.2.2, 3.3, B.1.1.1.2, B.1.1.2
Toba Batak  B.1.1.2
Turka  3.8
Turkish  2.1.3.2, 2.1.3.2n, 2.1.3.2n
Wanca Quechua  2.2.4
Yalálag Zapotec  2.1.2.6, 2.1.2.6n, 2.1.3.3, 2.1.3.3n, 2.1.3.4.1, 2.2.3.1, 2.2.3.1n, 2.4.2
Zapotec  
Isthmus  see Isthmus Zapotec.
Yalálag  see Yalálag Zapotec.

Subject Index

Ad hoc constraints  2.4, 3.10
Allomorph-oriented  3.10-3.10.2
Grouping  2.4.2, 3.10.2
Key Allomorph  3.10.1
Key Morpheme  2.4.1
Morpheme-oriented  2.4-2.4.2
Other Allomorph(s)  3.10.1
Other Morpheme(s)  2.4.1
Affixes  2.1-2.1.6
Circumfix  see Circumfix.
Clitics  see Clitic.
Derivational Affix  see Derivational Affix.
Inflectional Affix  see Inflectional Affix.
Interfixes  see Affixes in Middle of Compounds.
Non-productive Affix  2.1.6n, 2.1.6
Process  B.1.1, B.2.7
Unclassified Affix  2.1, 2.1.1, 2.1.1n, 2.1.2.9, 2.1.3.7, 2.1.6
Underspecified  2.1.2.9, 2.1.3.7
Allomorph Forms Field  4.1.2
Allomorphy  2.1.2.6, 4.1
Affix Allomorphy (conditioned by features)  3.7.2
Allomorphs Field  see Allomorph Forms Field.
Environments  3.1.1, 3.1.3, 3.1.4, 3.3, 3.9, 4.3, B.1.1n
Free fluctuation  3.1.4.1
Lexeme Form Field  see Lexeme Form Field.
Null Allomorphs  see Null Allomorph.
Ordering of Allomorphs  4.1.2
Stem Allomorphy (Stem Names)  see Stem Names.
Ambiguity  1.1.3
Analyses  
Ambiguity  see Ambiguity.
Eliminating Incorrect Parses  see Ad hoc constraints.
Approximant  B.1.2.1.2, B.1.2.3
Bound Root  4.2
Bound Stem  4.2
Category  
Category Hierarchy  2.1.2.5, 2.1.2.6, 2.1.2.6.2, 2.1.3.6, 2.2.5, 3.7.1
Changing Category  1.1.2, 2.1.3.1, 2.1.3.2, 2.1.3.5
Inflectable Features  2.1.2.7, 2.1.3.5, 3.7.1
Circumfix  2.1.2.4, 4.2n, 4.3
Class  
Conjugation Class  see Conjugation Class.
Declension Class  see Declension Class.
Inflection Class  see Inflection Class.
Subclass  see Subclass.
Natural Class  see Natural Class.
Noun Class  see Noun Class.
Clitic  2.3, 4.2
Enclitic  4.2
Proclitic  4.2
Co-occurrence Constraints  2.1.2.4
Coalescence  3.9
Complex Feature  see Complex Features.
Compounding  2.2-2.2.5, 2.2n, 5.1
Affixes in Middle of Compounds  2.2.4
Endocentric Compound  see Headed Compound.
Exocentric Compound  see Non-headed Compound.
Headed Compound  2.2.1, 2.2.3.1, 2.2.3.2
Incorporation  2.2.3-2.2.3.2
Non-headed Compound  2.2.2
Conjugation Class  2.1.2.6. See also Inflection Class.
Declension Class  2.1.2.6, 2.1.2.6. See also Inflection Class.
Default Feature  see Default Features.
Default Inflection Class  see Default Inflection Class.
Derivation  1.1.2, 2.1.3-2.1.5
Category Changing  2.1.3, 2.1.3.1, 2.1.3.2, 2.1.3.5, 2.1.3.6
Derivational Affix  2.1, 2.1.3-2.1.5, 3.7.1
Underspecified  2.1.1n, 2.1.3.7
Inflection Classes, and  2.1.3.3, 2.1.3.4-2.1.3.4.2
Inflection Features, and  2.1.3.5
Outside of Inflection  2.1.4
Versus Inflection  2.1.3.3, 2.1.5
Digraphs in Hermit Crab  B.3.4
Discontinuous Morpheme  1.1.5
Empty Set Symbol  4.1.1, 4.1.1n, B.1.2.1.1, B.1.2.1.3
Enclitic  see Clitic.
Environments  
Allomorph Environments  see Environments.
And Inflection Classes  see And Allomorph Environments.
Infix Environments  3.3.1
Reduplication Environments  3.2.2.1
Word Boundary  see Word Boundary.
Epenthesis  1.1.4, 3.4, B.1.2.1.1
Exception Features  2.1.6
Features  see Inflection Feature.
Free fluctuation  see Free fluctuation.
Gender  2.1.2.7, 2.1.3.5. See also Inflection Feature.
Glide  see Approximant.
Hermit Crab Parser  1n, A.
Infix  4.2. See also Infixation.
Infixing Interfix  4.2. See also Interfixes.
Infixation  1.1.6, 3.3-3.3.2B.1.1.2.1, B.1.1.2
Inflection  1.1.1
Inflection Class  2.1.2.6, 2.1.2.8, 2.1.3.3, 2.1.3.4-2.1.3.4.2
And Allomorph Environments  2.1.2.6, 2.1.2.6.1, 3.1.3
Default Inflection Class  2.1.2.6
Subclass  2.1.2.6.1
And Allomorph Environments  2.1.2.6.1
Versus Inflection Features  2.1.2.8
Inflection Feature  2.1.2.7, 2.1.2.8, 2.1.3.5, 3.7.1
Agreement Features  2.1.2.7, 2.1.2.7, 2.1.3.5
And Allomorphy  3.7.1, 3.7.2
Complex Features  2.1.2.7
Default Features  2.1.2.2, 2.1.2.3n
Feature Catalog  2.1.2.7, 2.1.3.5
Feature Type  2.1.2.7, 2.1.2.7n, 2.1.3.5
Using Features to Rule Out Incorrect Parses  2.1.2.7, 2.1.2.7, 3.7.1, 3.7.2
Versus Inflection Class  2.1.2.8
Inflectional Affix  2.1, 2.1.2-2.1.2.9
Underspecified  2.1.1n, 2.1.2.9
Inflectional Slot  2.1.2.1-2.1.2.5, 3.7.1n
Optionality  2.1.2.2
Inflectional Template  2.1.2.1-2.1.2.5, 2.1.4, 2.2.3.2, 3.3.2, 3.7.1, 3.7.1n
Versus Derivation  see Versus Inflection.
Interfixes  2.2.4
Irregularly inflected forms  3.8
Item and Arrangement  3.1
Item and Process  3.1, B.1
Lexeme Form Field  4.1.2, 4.3, B.1.1
Metathesis  1.1.9, 3.5, B.1.2.3
Morpheme Types  4.2
Morphological Parser  1.2, 2.4, 3.10, 4.1.1, 4.2
Morphophonemics  1, 1.2, 3-3.10.2
Morphosyntactic Glossing Assistant  2.1.2.3n, 2.1.2.7
Morphotactics  1, 1.2, 2-2.4.2
Natural Class  3.1.2, B.2.8, B.3.3
Abbreviations  3.1.2, 3.1.3
Non-productive Affix  see Non-productive Affix.
Noun Class  2.1.2.7. See also Inflection Feature.
Null Allomorph  1.1.10, 2.1.2.2, 2.1.2.2, 3.6, 4.1.1
Occam's Razor  2.1.2.2
Order of Allomorphs in an Entry  3.1.4. See also Ordering of Allomorphs.
Parser  see Morphological Parser.
New Experimental Parser  3.1
Part of Speech  see Category.
Particle  4.2, 4.2
Performance Support  A.
Phonemes  3.1.1, B.2.1
Classes  see Natural Class.
Representation  3.1.1
Phonological Rules  1, A., B.1, B.1.2-B.1.2.3
Alpha Variables  B.1.2.1.4, B.1.2.1.4n
Archiphonemes and  B.2.6
Assimilation  B.1.2.1.4
Constraining  B.1.2.2-B.1.2.2.2
Constrain by Category  B.1.2.2.1
Constrain by Exception “Feature”  B.1.2.1.4.3, B.1.2.2.2
Constrain by Property  B.1.2.2.2
Deletion Rule  B.1.2.1.3
Examples  B.1.2.1.1, B.1.2.1.2, B.1.2.1.3, B.1.2.1.3, B.1.2.1.4, B.1.2.1.4.2, B.1.2.3
Exception “Features” in  B.1.2.1.4.3, B.1.2.1.4.3, B.1.2.1.4.3
Feature Structures in  B.2.4
Generative approach  B.1
Iteration in Rule  B.1.2.1.3, B.1.2.1.4.2, B.1.2.1.4.2n
Limitations  B.3
Phoneme-Feature Matrix Examples  B.1.2.1.4.1, B.1.2.3
Phonemes and  B.2.1, B.2.2, B.2.3, B.2.5
Rule Formula  B.1.2
Rule Ordering  B.1.2.1.2, B.1.2.1.3, B.1.2.1.4.1
Tips in using  B.2
Tone  B.1.2.1.3
Trying the experimental phonological rule-based parser  1
Phrase  4.2, 4.2
Prefix  4.2
Prefixing Interfix  4.2. See also Interfixes.
Proclitic  see Clitic.
Pronominal Hierarchy  2.4.2
Reduplication  1.1.7, 3.2-3.2.2.1, B.1.1.1
Full Reduplication  3.2.1-3.2.1.1, B.1.1.1.1, B.1.2.1.4.2
Partial Reduplication  3.2.1.1, 3.2.2-3.2.2.1, B.1.1.1.2
Root  4.2
Root and Pattern Morphology  1.1.8, 3.3.2, B.1.1.2.1
Root Variant  see Stem Names.
Segments  see Phonemes.
Slot  see Inflectional Slot.
Stages of the FieldWorks Language Explorer parser.  2.4.2, A.
Stage 1  1, 1.2n, 1.2, 2, 2.1.2.2, 2.1.2.3n, 2.2.1, 2.2.4, 3.1, 3.1n, 3.1.1, 3.1.3, 3.2.1.1, 3.2.2, 3.2.2.1, 3.3, 3.3.2, 3.4, 3.4, 3.5, 3.6, 3.7.2, 3.7.2, 3.9, 3.10.1, 4.1.2, 4.2, 4.3, A.
Stage 2  3.1, A.
Stage 3  3.1, A.
Stem  4.2
Stem Allomorph  see Stem Names.
Stem Names  3.7.1
Stem Variant  see Stem Names.
Subclass  see Subclass.
Suffix  4.2
Suffixing Interfix  4.2. See also Interfixes.
Syllable  1.1.4, 1.1.7, 3.2.1, 3.2.2, 3.4, 3.4
Template  see Inflectional Template.
Tone  3.1.1.2-3.1.1.2.2. See also Tone.
Vowel Coalescence  see Coalescence.
Word Boundary  3.1.1
XAmple  3.1n, 3.2.2.1n, 3.3.1n, A.
Xerox Parser  A.
Zero Allomorph  see Null Allomorph.